change is once again working in the wallet - this only leaves the converted amounts to be paid out, and yield TXs to be supported

This commit is contained in:
Some Random Crypto Guy
2023-11-21 21:22:21 +00:00
parent ef27f6380e
commit c1f5dd42e8
12 changed files with 285 additions and 170 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ namespace cryptonote
vin.clear();
vout.clear();
extra.clear();
type = cryptonote::transaction_type::TRANSFER;
type = cryptonote::transaction_type::UNSET;
destination_address = crypto::null_pkey;
source_asset_type.clear();
destination_asset_type.clear();