From ac5dcc213341ede13142f4c8421c80407d471051 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Wed, 23 Oct 2024 17:54:15 +0300 Subject: [PATCH] Fixed previous commit --- src/cryptonote_basic/cryptonote_basic.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cryptonote_basic/cryptonote_basic.h b/src/cryptonote_basic/cryptonote_basic.h index d75b28ff..70d62946 100644 --- a/src/cryptonote_basic/cryptonote_basic.h +++ b/src/cryptonote_basic/cryptonote_basic.h @@ -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;