diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-09-15 15:23:49 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-09-15 15:23:49 +0200 |
commit | 7c899ec33a0bc7c10b759f062648dbc3c2644023 (patch) | |
tree | 992d19b08a5465a27854ba295414275d730dddf6 /src/wallet/wallet2.h | |
parent | Merge pull request #1072 (diff) | |
parent | Decrease minimum fee from 0.01/kB to 0.002/kB (diff) | |
download | monero-7c899ec33a0bc7c10b759f062648dbc3c2644023.tar.xz |
Merge pull request #1074
cd01bae Decrease minimum fee from 0.01/kB to 0.002/kB (moneromooo-monero)
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r-- | src/wallet/wallet2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index 0e87614b4..0fc25bf8c 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -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; |