diff options
author | Thomas Winget <tewinget@gmail.com> | 2016-03-30 11:55:54 -0400 |
---|---|---|
committer | Thomas Winget <tewinget@gmail.com> | 2016-03-30 11:55:54 -0400 |
commit | f746c9d01b9fe5f8adb69a8f9ef26683c2a5e9e6 (patch) | |
tree | 44c4170d2447e1db0b2a7c0933133048e470af80 /src/cryptonote_core/tx_pool.h | |
parent | Transaction pool documentation (and some cleanup) (diff) | |
download | monero-f746c9d01b9fe5f8adb69a8f9ef26683c2a5e9e6.tar.xz |
minor corrections/clarifications
Diffstat (limited to 'src/cryptonote_core/tx_pool.h')
-rw-r--r-- | src/cryptonote_core/tx_pool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/tx_pool.h b/src/cryptonote_core/tx_pool.h index 0ecf90081..84e11eeff 100644 --- a/src/cryptonote_core/tx_pool.h +++ b/src/cryptonote_core/tx_pool.h @@ -448,7 +448,7 @@ namespace cryptonote */ bool is_transaction_ready_to_go(tx_details& txd) const; - //! map a transactions (and related info) to their hashes + //! map transactions (and related info) by their hashes typedef std::unordered_map<crypto::hash, tx_details > transactions_container; //TODO: confirm the below comments and investigate whether or not this |