Improve transaction syncing test coverage

This commit is contained in:
Rob Mulholand
2019-03-28 14:31:17 -05:00
parent 81dfd12665
commit f5b32a11b0
4 changed files with 74 additions and 11 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ type RpcTransaction struct {
GasLimit string `json:"gas"`
Recipient string `json:"to"`
Amount string `json:"value"`
Payload []byte `json:"input"`
Payload string `json:"input"`
V string `json:"v"`
R string `json:"r"`
S string `json:"s"`