|
|
@ -31,7 +31,7 @@ module.exports = function (st, vm, privateKey, contractBytecode, compilationResu |
|
|
|
st.fail(error) |
|
|
|
st.fail(error) |
|
|
|
}) |
|
|
|
}) |
|
|
|
callTree.event.register('callTreeReady', (scopes, scopeStarts) => { |
|
|
|
callTree.event.register('callTreeReady', (scopes, scopeStarts) => { |
|
|
|
helper.decodeLocals(st, 1587, traceManager, callTree, function (locals) { |
|
|
|
helper.decodeLocals(st, 1622, traceManager, callTree, function (locals) { |
|
|
|
try { |
|
|
|
try { |
|
|
|
st.equals(locals['bytesSimple'].length, '0x14') |
|
|
|
st.equals(locals['bytesSimple'].length, '0x14') |
|
|
|
st.equals(locals['bytesSimple'].value, '0x746573745f7375706572') |
|
|
|
st.equals(locals['bytesSimple'].value, '0x746573745f7375706572') |
|
|
|