migrated to using carrot_and_legacy_account instead of keystore

This commit is contained in:
Some Random Crypto Guy
2025-07-01 13:33:53 +01:00
parent 130975cebd
commit e6e644e600
7 changed files with 96 additions and 116 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ cryptonote::transaction store_carrot_to_transaction_v1(const std::vector<CarrotE
cryptonote::transaction tx;
tx.pruned = true;
tx.version = 2;
tx.version = TRANSACTION_VERSION_N_OUTS;
tx.unlock_time = 0;
tx.vin.reserve(nins);
tx.vout.reserve(nouts);