aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-11-17 16:30:14 +0200
committerRiccardo Spagni <ric@spagni.net>2016-11-17 16:30:14 +0200
commite2816fefc5d6b19d326c811060340664d535b7bb (patch)
treeeb6b6499b9df9d315fa7693d2d04b4ef908f610b
parentMerge pull request #1336 (diff)
parenttests: fix another fee test on 32 bit (diff)
downloadmonero-e2816fefc5d6b19d326c811060340664d535b7bb.tar.xz
Merge pull request #1337
18772a3 tests: fix another fee test on 32 bit (moneromooo-monero)
-rw-r--r--tests/unit_tests/fee.cpp2
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)