tests: fix another fee test on 32 bit

This commit is contained in:
moneromooo-monero 2016-11-13 12:21:52 +00:00
parent 9363b2ac19
commit 18772a3ba9
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3

View file

@ -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)