multi-account: update listreceivedbyaddress
This commit is contained in:
parent
b34aa61e4d
commit
4acd03be8b
1 changed files with 0 additions and 1 deletions
|
@ -1434,7 +1434,6 @@ func listReceivedByAddress(icmd interface{}, w *wallet.Wallet) (interface{}, err
|
|||
Amount: addrData.amount.ToBTC(),
|
||||
Confirmations: uint64(addrData.confirmations),
|
||||
TxIDs: addrData.tx,
|
||||
Account: addrData.account,
|
||||
}
|
||||
idx++
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue