diff options
| author | Javier Smooth <iamjaviersmooth@gmail.com> | 2015-11-05 01:58:47 -0800 |
|---|---|---|
| committer | Javier Smooth <iamjaviersmooth@gmail.com> | 2015-11-13 00:30:45 -0800 |
| commit | 4fea1a5fe7de41ebf0fb40be856d8a3f1775e7c6 (patch) | |
| tree | b02df52888738745cc68df6674e6886f8d44f970 /src/cryptonote_core/cryptonote_basic_impl.h | |
| parent | ea7380aa7f3906be6f319044e6ce1d207d1ae576 (diff) | |
| download | monzero-core-4fea1a5fe7de41ebf0fb40be856d8a3f1775e7c6.tar.gz monzero-core-4fea1a5fe7de41ebf0fb40be856d8a3f1775e7c6.tar.xz monzero-core-4fea1a5fe7de41ebf0fb40be856d8a3f1775e7c6.zip | |
Adjust difficulty target (2 min) and full reward zone (60 kbytes) for block version 2
Diffstat (limited to 'src/cryptonote_core/cryptonote_basic_impl.h')
| -rw-r--r-- | src/cryptonote_core/cryptonote_basic_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/cryptonote_basic_impl.h b/src/cryptonote_core/cryptonote_basic_impl.h index 5c442d558..587ab0f12 100644 --- a/src/cryptonote_core/cryptonote_basic_impl.h +++ b/src/cryptonote_core/cryptonote_basic_impl.h @@ -71,7 +71,7 @@ namespace cryptonote { /************************************************************************/ size_t get_max_block_size(); size_t get_max_tx_size(); - bool get_block_reward(size_t median_size, size_t current_block_size, uint64_t already_generated_coins, uint64_t &reward); + bool get_block_reward(size_t median_size, size_t current_block_size, uint64_t already_generated_coins, uint64_t &reward, uint8_t version); uint8_t get_account_address_checksum(const public_address_outer_blob& bl); uint8_t get_account_integrated_address_checksum(const public_integrated_address_outer_blob& bl); |
