Skip to content

Commit

Permalink
typo in tx_pool.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
monero-project committed May 28, 2014
1 parent 9761529 commit 2475ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cryptonote_core/tx_pool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ namespace cryptonote
std::unordered_set<crypto::key_image> k_images;

// Tx size limit as in wallet2.h
// tx_pool.cpp uses uint64_t for tx sizes, whereas
// tx_pool.cpp uses size_t for tx sizes, whereas
// wallet2.h uses uint64_t; just use size_t here
// for now
size_t upper_transaction_size_limit = ((CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE * 125) / 100) - CRYPTONOTE_COINBASE_BLOB_RESERVED_SIZE;
Expand Down

0 comments on commit 2475ec8

Please sign in to comment.