Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add include_only_confirmed option to rpc accounts_balances #4074

Commits on Jan 25, 2023

  1. Add include_only_confirmed option to rpc accounts_balances

    The RPC accounts_balances returned possibly unconfirmed data.
    Now it returns confirmed data only, by default.
    Unconfirmed data can still be got by setting include_only_confirmed=false.
    
    resolves nanocurrency#3797
    dsiganos committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    3ae4481 View commit details
    Browse the repository at this point in the history