mirror of
https://github.com/LBRYFoundation/lbcwallet.git
synced 2025-08-23 17:47:29 +00:00
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(),
|
Amount: addrData.amount.ToBTC(),
|
||||||
Confirmations: uint64(addrData.confirmations),
|
Confirmations: uint64(addrData.confirmations),
|
||||||
TxIDs: addrData.tx,
|
TxIDs: addrData.tx,
|
||||||
Account: addrData.account,
|
|
||||||
}
|
}
|
||||||
idx++
|
idx++
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue