1 parent 7da7747 commit dc95d5aCopy full SHA for dc95d5a
1 file changed
tests/run_tests.sh
@@ -100,8 +100,8 @@ function set_version() {
100
echo "now test hardfork version $version"
101
# get the current block number / height
102
block_no=$(../bin/aergocli blockchain | jq .height | sed 's/"//g')
103
- # increment 2 numbers
104
- block_no=$((block_no+2))
+ # increment 3 numbers
+ block_no=$((block_no+3))
105
# terminate the server process(es)
106
stop_nodes
107
# save the hardfork config on the config file(s)
0 commit comments