mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 06:23:47 +00:00
edit genesis test file
This commit is contained in:
parent
4dc6651147
commit
cf35be19df
1 changed files with 2 additions and 1 deletions
3
tests/bor/testdata/genesis.json
vendored
3
tests/bor/testdata/genesis.json
vendored
|
|
@ -20,7 +20,8 @@
|
||||||
},
|
},
|
||||||
"producerDelay": 4,
|
"producerDelay": 4,
|
||||||
"sprint": {
|
"sprint": {
|
||||||
"0": 4
|
"0": 4,
|
||||||
|
"32": 2
|
||||||
},
|
},
|
||||||
"backupMultiplier": {
|
"backupMultiplier": {
|
||||||
"0": 1
|
"0": 1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue