Update clique acceptance test genesis file to use correct period and epoch properties (#338)

Jason Frame 6 years ago committed by GitHub
parent 61af57f716
commit 566a4bf76e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      acceptance-tests/src/test/resources/clique/clique.json

@ -8,8 +8,8 @@
"eip158Block": 0,
"byzantiumBlock": 0,
"clique": {
"period": 5,
"epoch": 30000
"blockperiodseconds": 5,
"epochlength": 30000
}
},
"nonce": "0x0",

Loading…
Cancel
Save