Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
making pending transactions accessible via public method
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemaster committed Aug 29, 2017
1 parent f602643 commit 3f426bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libraries/chain/include/eos/chain/chain_controller.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@ namespace eos { namespace chain {
chainbase::database& get_mutable_database() { return _db; }

bool should_check_scope()const { return !(_skip_flags&skip_scope_check); }


const deque<SignedTransaction>& pending()const { return _pending_transactions; }
private:

/// Reset the object graph in-memory
Expand Down

0 comments on commit 3f426bc

Please sign in to comment.