Fix trace test

This commit is contained in:
Leonid Logvinov
2018-05-23 10:49:08 -07:00
parent c9aef16649
commit 2ddd53b355

View File

@@ -32,7 +32,7 @@ describe('Trace', () => {
const trace = [ const trace = [
{ {
op: OpCode.DelegateCall, op: OpCode.DelegateCall,
stack: [delegateCallAddress, '0x', '0x', '0x', '0x'], stack: [delegateCallAddress, '0x'],
depth: 0, depth: 0,
}, },
{ {