mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-03 13:53:12 +00:00
fix: warning fix
This commit is contained in:
parent
825e80a5a0
commit
456016959a
@ -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],
|
||||
|
||||
@ -661,7 +661,6 @@ impl JsonHandler {
|
||||
|
||||
cover_guard
|
||||
.operate_account_send_deshielded_one_receiver(
|
||||
acc_addr_sender,
|
||||
acc_addr,
|
||||
utxo_to_send,
|
||||
comm_hash,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user