repaired regression, added back in VARIANT_TAG, fixed tree hashing calculation, sorted input and output types

This commit is contained in:
Some Random Crypto Guy
2024-07-11 11:04:13 +01:00
committed by MoneroOcean
parent 0aadf3db51
commit 516511da69
2 changed files with 13 additions and 4 deletions
+1
View File
@@ -1194,6 +1194,7 @@ VARIANT_TAG(binary_archive, cryptonote::txin_to_scripthash, 0x1);
VARIANT_TAG(binary_archive, cryptonote::txin_to_key, 0x2);
VARIANT_TAG(binary_archive, cryptonote::txin_zephyr_key, 0x2);
VARIANT_TAG(binary_archive, cryptonote::txin_offshore, 0x3);
VARIANT_TAG(binary_archive, cryptonote::txin_salvium_key, 0x2);
VARIANT_TAG(binary_archive, cryptonote::txin_onshore, 0x4);
VARIANT_TAG(binary_archive, cryptonote::txin_xasset, 0x5);
VARIANT_TAG(binary_archive, cryptonote::txin_haven_key, 0x6);