Wallet get balance behavior inconsistent #5185
Labels
A-mobile_wallet
Area - related to Aurora, the mobile wallet
A-wallet
Area - related to the wallet
A-wallet-ffi
Area - Related to the wallet FFI lib
The wallet
get_balance
query returns 4 values: available, time-locked, pending incoming, and pending outgoing.The problem with the available is that it includes the time-locked, so users have to manually subtract the time-locked from the available to get the actual available balance.
This was fixed for the GRPC in ##5181 (review)
We need to change the root get_balance SQL query to reflect this and propagate this change through the callees like the console wallet and FFI.
The text was updated successfully, but these errors were encountered: