-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segregate unconfirmed balance from confirmed ones in Balance
struct
#407
Comments
Yes we can do that. But unconfirmed are also spendable. I don't have a strong opinion either way, this will required another API in the wallet to filter only unconfirmed utxos. |
I would like to take up this issue |
I think it's good to segregate unconfirmed utxo balance from the confirmed ones as a part of enhancement in cli-apps. But my question is :
IMO, we just need to modify Lines 325 to 353 in d38fc63
|
taker get-balances
shows unconfirmed balance as "spendable"Balance
struct
modified the issue title. |
Is this issue still pending can i take it up? |
Currently we have not come to any sort of conclusion regarding it... |
Currently if you use
taker get-balances
to fetch the balance of taker's wallet it shows unconfirmed balance as spendable:We should add another field to discern unconfirmed balance from spendable balance.
Something like:
The text was updated successfully, but these errors were encountered: