Skip to content

Commit 6af18df

Browse files
committed
fix type
1 parent d6a10b1 commit 6af18df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/nanmu42/etherscan-api
1+
module github.com/cc-cybertino/etherscan-api
22

3-
go 1.13
3+
go 1.17

response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type NormalTx struct {
3030
BlockNumber int `json:"blockNumber,string"`
3131
TimeStamp Time `json:"timeStamp"`
3232
Hash string `json:"hash"`
33-
Nonce int `json:"nonce,string"`
33+
Nonce string `json:"nonce"`
3434
BlockHash string `json:"blockHash"`
3535
TransactionIndex int `json:"transactionIndex,string"`
3636
From string `json:"from"`

0 commit comments

Comments
 (0)