Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dsiganos committed Apr 22, 2024
1 parent 485a104 commit 1ac5ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/secure/ledger.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class ledger final
std::optional<std::pair<nano::pending_key, nano::pending_info>> receivable_lower_bound (secure::transaction const & tx, nano::account const & account, nano::block_hash const & hash) const;
void initialize (nano::generate_cache_flags const &);

public: // for unit tests only
public: // making this function public so that it is accessible from unit tests
void confirm (secure::write_transaction const & transaction, nano::block const & block);
};
}

0 comments on commit 1ac5ac0

Please sign in to comment.