fix: warning fix

This commit is contained in:
Oleksandr Pravdyvyi 2025-04-25 08:48:30 +03:00
parent 825e80a5a0
commit 456016959a
2 changed files with 0 additions and 5 deletions

View File

@ -1130,7 +1130,6 @@ impl NodeCore {
pub async fn operate_account_send_deshielded_one_receiver(
&mut self,
acc_addr_sender: AccountAddress,
acc_addr_rec: AccountAddress,
utxo: UTXO,
comm_gen_hash: [u8; 32],
@ -1591,7 +1590,6 @@ impl NodeCore {
let (new_utxo, comm_gen_hash) = self.operate_account_mint_private(acc_addr, 100).await?;
self.operate_account_send_deshielded_one_receiver(
acc_addr,
acc_addr,
new_utxo,
comm_gen_hash,
@ -1647,7 +1645,6 @@ impl NodeCore {
let (new_utxo, comm_gen_hash) = self.operate_account_mint_private(acc_addr, 100).await?;
self.operate_account_send_deshielded_one_receiver(
acc_addr,
acc_addr_rec,
new_utxo,
comm_gen_hash,
@ -1689,7 +1686,6 @@ impl NodeCore {
.await?;
self.operate_account_send_deshielded_one_receiver(
addrs_receivers[publication_index],
addrs_receivers[publication_index],
new_utxos[publication_index].clone(),
comm_gen_hashes[publication_index],

View File

@ -661,7 +661,6 @@ impl JsonHandler {
cover_guard
.operate_account_send_deshielded_one_receiver(
acc_addr_sender,
acc_addr,
utxo_to_send,
comm_hash,