Update transaction value field (#132)

* Add test for converting big.Int

* Use string as internal representation of transaction value
This commit is contained in:
Matt K
2018-01-16 14:25:33 -06:00
committed by GitHub
parent 8e651285ba
commit 3f06c7374b
6 changed files with 49 additions and 8 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ type Transaction struct {
GasLimit int64
GasPrice int64
Receipt
Value int64
Value string
}