Commit 80b3761f authored by Litian's avatar Litian

fix ut

parent 0c7140a9
......@@ -140,7 +140,7 @@ func TestEventTupleUnpack(t *testing.T) {
type EventTransferWithTag struct {
// this is valid because `value` is not exportable,
// so value is only unmarshalled into `Value1`.
Value *big.Int
// value *big.Int
Value1 *big.Int `abi:"value"`
}
......
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