diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-11-13 12:21:52 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-11-13 12:21:52 +0000 |
| commit | 18772a3ba91ac7b34169e6d2ac85d7c8c04eb738 (patch) | |
| tree | ee8a30ca1bbcd2643b9ee2827b235b188de49949 /tests/unit_tests | |
| parent | 9363b2ac19b9035c76d81ce002f70e2c3c1a8691 (diff) | |
| download | monzero-core-18772a3ba91ac7b34169e6d2ac85d7c8c04eb738.tar.gz monzero-core-18772a3ba91ac7b34169e6d2ac85d7c8c04eb738.tar.xz monzero-core-18772a3ba91ac7b34169e6d2ac85d7c8c04eb738.zip | |
tests: fix another fee test on 32 bit
Diffstat (limited to 'tests/unit_tests')
| -rw-r--r-- | tests/unit_tests/fee.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests/fee.cpp b/tests/unit_tests/fee.cpp index 19155e041..a10372c27 100644 --- a/tests/unit_tests/fee.cpp +++ b/tests/unit_tests/fee.cpp @@ -109,7 +109,7 @@ namespace CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE_V2 * 2, CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE_V2 * 10, CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE_V2 * 1000, - CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE_V2 * 1000000ull + CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE_V2 * 20000ull }; for (uint64_t block_reward: block_rewards) |
