fixed output type checking for all HF versions; bumped TESTNET version; bumped version

This commit is contained in:
Some Random Crypto Guy
2024-06-24 17:02:19 +01:00
parent 12cf6be402
commit 7ad904a9ae
4 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -3555,7 +3555,7 @@ bool Blockchain::check_tx_outputs(const transaction& tx, tx_verification_context
}
}
// from v15, require view tags on outputs
// from v15, require view tags and asset types on outputs
if (!check_output_types(tx, hf_version))
{
tvc.m_invalid_output = true;