aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-09-15 15:23:49 +0200
committerRiccardo Spagni <ric@spagni.net>2016-09-15 15:23:49 +0200
commit7c899ec33a0bc7c10b759f062648dbc3c2644023 (patch)
tree992d19b08a5465a27854ba295414275d730dddf6 /src/wallet/wallet2.h
parentMerge pull request #1072 (diff)
parentDecrease minimum fee from 0.01/kB to 0.002/kB (diff)
downloadmonero-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.h2
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;