diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index d3854498..618fe84e 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -5364,8 +5364,8 @@ bool wallet2::create_ionic_swap_proposal(const wallet_public::ionic_swap_proposa build_ionic_swap_template(proposal_details, destination_addr, proposal, selected_transfers_for_template); - const uint32_t mask_to_mark_escrow_template_locked_transfers = WALLET_TRANSFER_DETAIL_FLAG_BLOCKED | WALLET_TRANSFER_DETAIL_FLAG_ESCROW_PROPOSAL_RESERVATION; - mark_transfers_with_flag(selected_transfers_for_template, mask_to_mark_escrow_template_locked_transfers, "preparing ionic_swap"); + //const uint32_t mask_to_mark_escrow_template_locked_transfers = WALLET_TRANSFER_DETAIL_FLAG_BLOCKED | WALLET_TRANSFER_DETAIL_FLAG_ESCROW_PROPOSAL_RESERVATION; + //mark_transfers_with_flag(selected_transfers_for_template, mask_to_mark_escrow_template_locked_transfers, "preparing ionic_swap"); return true; } //----------------------------------------------------------------------------------------------------