Commit 90403995 authored by yann300's avatar yann300

fix tests

parent 1061b994
...@@ -12,7 +12,7 @@ function decodeLocal (st, index, traceManager, callTree, verifier) { ...@@ -12,7 +12,7 @@ function decodeLocal (st, index, traceManager, callTree, verifier) {
index, index,
function (error, result) { function (error, result) {
if (!error) { if (!error) {
var locals = localDecoder.solidityLocals(index, callTree, result[0].value, result[1].value) var locals = localDecoder.solidityLocals(index, callTree, result[0].value, result[1].value, {}, {start: 5000})
verifier(locals) verifier(locals)
} else { } else {
st.fail(error) st.fail(error)
......
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