Commit 3db0d30d authored by George Hotz's avatar George Hotz

typo in challenge script

parent 5c5305de
...@@ -30,7 +30,7 @@ async function main() { ...@@ -30,7 +30,7 @@ async function main() {
let args = [blockNumberN, blockNp1Rlp, assertionRoot, finalSystemState, finalTrie['step']] let args = [blockNumberN, blockNp1Rlp, assertionRoot, finalSystemState, finalTrie['step']]
let cdat = c.interface.encodeFunctionData("InitiateChallenge", args) let cdat = c.interface.encodeFunctionData("InitiateChallenge", args)
let nodes = await getTrieNodesForCall(c, c.address, dat, preimages) let nodes = await getTrieNodesForCall(c, c.address, cdat, preimages)
// run "on chain" // run "on chain"
for (n of nodes) { for (n of nodes) {
......
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