Redo the ListTransactionsResult amount->txid fix.
This likely got lost in a merge or the move to the jsonresults.go file.
This commit is contained in:
parent
fbe04b73ab
commit
c6149949a2
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,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