diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-07-27 21:37:58 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-08-28 21:29:55 +0100 |
commit | 230fca2d562bc498a07f41f4e2c687df474b7cd8 (patch) | |
tree | 6e37f7ff4942e954f9e6c490da77674d5937f613 /src/wallet/wallet2.h | |
parent | wallet: do not try to use rct txes a few blocks before the fork (diff) | |
download | monero-230fca2d562bc498a07f41f4e2c687df474b7cd8.tar.xz |
wallet: use the prefered rct case only when enough rct outs exist
Diffstat (limited to '')
-rw-r--r-- | src/wallet/wallet2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index ef4cec6eb..e3df68bb8 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -391,6 +391,8 @@ namespace tools bool get_tx_key(const crypto::hash &txid, crypto::secret_key &tx_key) const; + 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); |