Decrease minimum fee from 0.01/kB to 0.002/kB

The wallet will start using that fee about two weeks after hard
fork 3, when most people will likely have updated their daemons.
This commit is contained in:
moneromooo-monero
2016-09-14 23:54:01 +01:00
parent 0fde289e2f
commit cd01bae735
3 changed files with 21 additions and 15 deletions

View File

@@ -395,7 +395,7 @@ namespace tools
uint64_t get_num_rct_outputs();
void get_hard_fork_info(uint8_t version, uint64_t &earliest_height);
bool use_fork_rules(uint8_t version, uint64_t early_blocks = 0);
bool use_fork_rules(uint8_t version, int64_t early_blocks = 0);
std::string get_wallet_file() const;
std::string get_keys_file() const;