Commit 94255a46 authored by Nicolas "Norswap" Laurent's avatar Nicolas "Norswap" Laurent Committed by norswap

fix description of ID

parent ba012781
...@@ -79,7 +79,7 @@ sleep 10 ...@@ -79,7 +79,7 @@ sleep 10
# this variable is read by challenge.js, respond.js and assert.js # this variable is read by challenge.js, respond.js and assert.js
export BLOCK=13284491 export BLOCK=13284491
# chain ID, read by challenge.js, respond.js and assert.js # challenge ID, read by respond.js and assert.js
export ID=0 export ID=0
# clear data from previous runs # clear data from previous runs
......
...@@ -67,7 +67,7 @@ sleep 10 ...@@ -67,7 +67,7 @@ sleep 10
# --- CHALLENGE SETUP ---------------------------------------------------------- # --- CHALLENGE SETUP ----------------------------------------------------------
# chain ID, read by challenge.js, respond.js and assert.js # challenge ID, read by respond.js and assert.js
export ID=0 export ID=0
# block whose transition will be challenged # block whose transition will be challenged
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment