Skip to content
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

adds unspent notes count to wallet balance rpc, cli #4998

Merged
merged 2 commits into from
Jun 6, 2024

Commits on May 30, 2024

  1. adds unspent notes count to wallet balance rpc, cli

    updates the available balance calculation to also count the number of unspent
    notes
    
    returns the unspent note count as 'availableNoteCount' from getBalance and
    getBalances
    
    updates rpc responses for wallet/getBalance and wallet/getBalances to return
    availableNoteCount
    
    updates wallet:balance and wallet:balances to display available note count when
    --explain and --all flags are used
    hughy committed May 30, 2024
    Configuration menu
    Copy the full SHA
    109e230 View commit details
    Browse the repository at this point in the history
  2. fixes getBalances test

    hughy committed May 30, 2024
    Configuration menu
    Copy the full SHA
    6f18ae3 View commit details
    Browse the repository at this point in the history