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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user