Correct TxID JSON key of ListTransactionsResult.
This commit is contained in:
parent
016e69cd51
commit
d211c4c6c8
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ type ListTransactionsResult struct {
|
|||
BlockHash string `json:"blockhash,omitempty"`
|
||||
BlockIndex int64 `json:"blockindex,omitempty"`
|
||||
BlockTime int64 `json:"blocktime,omitempty"`
|
||||
TxID string `json:"amount"`
|
||||
TxID string `json:"txid"`
|
||||
WalletConflicts []string `json:"walletconflicts"`
|
||||
Time int64 `json:"time"`
|
||||
TimeReceived int64 `json:"timereceived"`
|
||||
|
|
Loading…
Reference in a new issue