mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-23 06:22:31 +00:00
Update ListReceivedByAddressResult txids field.
The name of the field in the returned JSON is txids, not tx.
This commit is contained in:
parent
dd4763c726
commit
e316258f6d
@ -361,7 +361,7 @@ type ListReceivedByAddressResult struct {
|
||||
Address string `json:"address"`
|
||||
Amount float64 `json:"amount"`
|
||||
Confirmations uint64 `json:"confirmations"`
|
||||
Tx []string `json:"tx,omitempty"`
|
||||
TxIDs []string `json:"txids,omitempty"`
|
||||
InvolvesWatchonly bool `json:"involvesWatchonly,omitempty"`
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user