Update transaction value field (#132)
* Add test for converting big.Int * Use string as internal representation of transaction value
This commit is contained in:
@@ -9,5 +9,5 @@ type Transaction struct {
|
||||
GasLimit int64
|
||||
GasPrice int64
|
||||
Receipt
|
||||
Value int64
|
||||
Value string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user