Skip to content

Commit

Permalink
Fixed previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed Oct 23, 2024
1 parent 069c83e commit ac5dcc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cryptonote_basic/cryptonote_basic.h
Original file line number Diff line number Diff line change
Expand Up @@ -925,10 +925,10 @@ namespace cryptonote
collateral_indices.clear();
// SAL
tx_type = cryptonote::salvium_transaction_type::UNSET;
return_address = crypto::null_pkey;
return_address = cryptonote::null_pkey;
return_address_list.clear();
return_address_change_mask.clear();
return_pubkey = crypto::null_pkey;
return_pubkey = cryptonote::null_pkey;
source_asset_type.clear();
destination_asset_type.clear();
amount_slippage_limit = 0;
Expand Down

0 comments on commit ac5dcc2

Please sign in to comment.