mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-23 22:42:32 +00:00
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
@ -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…
x
Reference in New Issue
Block a user