wallet: use the prefered rct case only when enough rct outs exist

This commit is contained in:
moneromooo-monero
2016-07-27 21:37:58 +01:00
parent c27194a444
commit 230fca2d56
2 changed files with 27 additions and 1 deletions

View File

@@ -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);