compile errors fixed when DEBUG_CREATE_BLOCK_TEMPLATE defined
This commit is contained in:
parent
7c899ec33a
commit
e49c161987
3 changed files with 8 additions and 2 deletions
|
@ -129,7 +129,7 @@ namespace cryptonote
|
|||
|
||||
#if defined(DEBUG_CREATE_BLOCK_TEMPLATE)
|
||||
LOG_PRINT_L1("Creating block template: reward " << block_reward <<
|
||||
", fee " << fee)
|
||||
", fee " << fee);
|
||||
#endif
|
||||
block_reward += fee;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue