Merge pull request #1337

18772a3 tests: fix another fee test on 32 bit (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2016-11-17 16:30:14 +02:00
commit e2816fefc5
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

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)