change fork settings to allow pre-rct txes for one more fork cycle

This commit is contained in:
moneromooo-monero
2016-07-24 18:30:27 +01:00
parent cc85cc6a3f
commit 37bdf6ebe3
5 changed files with 19 additions and 14 deletions
+1 -1
View File
@@ -2285,7 +2285,7 @@ bool Blockchain::check_tx_inputs(const transaction& tx, tx_verification_context
}
// for v3, we force txes with all mixable inputs to be rct
if (m_hardfork->get_current_version() >= 3)
if (m_hardfork->get_current_version() >= 4)
{
if (n_unmixable == 0 && tx.version == 1)
{