Return amount spendable in get_balance
#53
Labels
area:wallet
Issues related to the wallet functionalities exposed by the node
mark:testnet
team:Core
Low Level Core Development Team (Rust)
Describe what you want implemented
Since there is a limit to the amount of notes a user can spend in a single transaction, this leads to a natural limit to the amount a user can spend in a single transaction. This amount should be computed and returned in
get_balance
.Describe "Why" this is needed
This is necessary so users can get some feedback about how much they can spend, prior to actually trying to spend more than they can.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: