diff options
author | Dion Ahmetaj <Dion Ahmetaj> | 2016-10-10 16:41:24 -0400 |
---|---|---|
committer | Dion Ahmetaj <Dion Ahmetaj> | 2016-10-10 16:41:24 -0400 |
commit | e95d3f359b2d87f32abed5dee23c90469144dadf (patch) | |
tree | f40d7032ed06e34cd0ee6803041a2fd15e5ffeb5 /src/cryptonote_core | |
parent | added print_coinbase_tx_sum option (diff) | |
download | monero-e95d3f359b2d87f32abed5dee23c90469144dadf.tar.xz |
attempted to remove whitespace spam
Diffstat (limited to 'src/cryptonote_core')
-rw-r--r-- | src/cryptonote_core/cryptonote_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/cryptonote_core.h b/src/cryptonote_core/cryptonote_core.h index af7d30a95..662e7f108 100644 --- a/src/cryptonote_core/cryptonote_core.h +++ b/src/cryptonote_core/cryptonote_core.h @@ -141,7 +141,7 @@ namespace cryptonote * @note see Blockchain::cleanup_handle_incoming_blocks */ bool cleanup_handle_incoming_blocks(bool force_sync = false); - + /** * @brief check the size of a block against the current maximum * |