mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
add config for simple manipulation
This commit is contained in:
parent
8cb919a391
commit
ed10909dcd
1 changed files with 11 additions and 0 deletions
11
test/fisherman/configs/test.json
Normal file
11
test/fisherman/configs/test.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"block_id": {
|
||||
"workchain_id": -1,
|
||||
"shard_id": "8000000000000000",
|
||||
"seqno": 27492934
|
||||
},
|
||||
"manipulation": {
|
||||
"type": "HeaderCorrupter",
|
||||
"config": {}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue