fixed test
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package ethchain
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/ethereum/eth-go/ethdb"
|
||||
"github.com/ethereum/eth-go/ethutil"
|
||||
"testing"
|
||||
|
||||
+1
-1
@@ -62,7 +62,7 @@ func TestRun4(t *testing.T) {
|
||||
Diff: big.NewInt(256),
|
||||
})
|
||||
var ret []byte
|
||||
ret, e = callerClosure.Call(vm, nil, nil)
|
||||
ret, _, e = callerClosure.Call(vm, nil, nil)
|
||||
if e != nil {
|
||||
fmt.Println("error", e)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user