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 ledger::pending_info as interface to access pending information #4087

Merged
merged 1 commit into from
Jan 28, 2023

Commits on Jan 27, 2023

  1. Rather than directly accessing the block store, users should use the …

    …ledger::pending_info interface to query for pending information.
    
    Result is returned as an std::optional instead of the less-obvious way it's currently reported through an error code.
    
    Most though not all of the pending_store::get references have been updated to use ledger::pending_info.
    clemahieu committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    a807131 View commit details
    Browse the repository at this point in the history