diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-12-13 13:56:15 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-12-13 13:56:15 +0000 |
| commit | c3d208fcbe7d32d2764a3cb8fae5653ae5de0f49 (patch) | |
| tree | ccbc55ae35fc5458272881fc81990d4cb994dea6 /tests | |
| parent | 10da0a0b7cc70fad0ffde60bdd04926484fb043a (diff) | |
| download | monzero-core-c3d208fcbe7d32d2764a3cb8fae5653ae5de0f49.tar.gz monzero-core-c3d208fcbe7d32d2764a3cb8fae5653ae5de0f49.tar.xz monzero-core-c3d208fcbe7d32d2764a3cb8fae5653ae5de0f49.zip | |
core_tests: bump default test fee to 0.02 monero
The current monero consensus uses 0.01 per kB fees, so use enough
for 2 kB transactions for now. It'll probably have to be either
bumped further or changed to calculate the proper fee.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/core_tests/chaingen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core_tests/chaingen.h b/tests/core_tests/chaingen.h index fdcb62390..822ccfb11 100644 --- a/tests/core_tests/chaingen.h +++ b/tests/core_tests/chaingen.h @@ -674,4 +674,4 @@ inline bool do_replay_file(const std::string& filename) #define CHECK_EQ(v1, v2) CHECK_AND_ASSERT_MES(v1 == v2, false, "[" << perr_context << "] failed: \"" << QUOTEME(v1) << " == " << QUOTEME(v2) << "\", " << v1 << " != " << v2) #define CHECK_NOT_EQ(v1, v2) CHECK_AND_ASSERT_MES(!(v1 == v2), false, "[" << perr_context << "] failed: \"" << QUOTEME(v1) << " != " << QUOTEME(v2) << "\", " << v1 << " == " << v2) #define MK_COINS(amount) (UINT64_C(amount) * COIN) -#define TESTS_DEFAULT_FEE ((uint64_t)1000000) // pow(10, 6) +#define TESTS_DEFAULT_FEE ((uint64_t)20000000000) // 2 * pow(10, 10) |
