mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Fix parsing config in tonlib
This commit is contained in:
parent
7f263b8b11
commit
f4b23a257b
2 changed files with 14 additions and 27 deletions
|
@ -659,11 +659,12 @@ TEST(Tonlib, ConfigCache) {
|
|||
],
|
||||
"validator": {
|
||||
"@type": "validator.config.global",
|
||||
"zero_state": {
|
||||
"init_block": {
|
||||
"workchain": -1,
|
||||
"shard": -9223372036854775808,
|
||||
"seqno": 0,
|
||||
"file_hash": "eh9yveSz1qMdJ7mOsO+I+H77jkLr9NpAuEkoJuseXBo="
|
||||
"root_hash": "ZXSXxDHhTALFxReyTZRd8E4Ya3ySOmpOWAS4rBX9XBY=",
|
||||
}
|
||||
}
|
||||
})abc";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue