mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-21 07:29:26 +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(
|
pub async fn operate_account_send_deshielded_one_receiver(
|
||||||
&mut self,
|
&mut self,
|
||||||
acc_addr_sender: AccountAddress,
|
|
||||||
acc_addr_rec: AccountAddress,
|
acc_addr_rec: AccountAddress,
|
||||||
utxo: UTXO,
|
utxo: UTXO,
|
||||||
comm_gen_hash: [u8; 32],
|
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?;
|
let (new_utxo, comm_gen_hash) = self.operate_account_mint_private(acc_addr, 100).await?;
|
||||||
|
|
||||||
self.operate_account_send_deshielded_one_receiver(
|
self.operate_account_send_deshielded_one_receiver(
|
||||||
acc_addr,
|
|
||||||
acc_addr,
|
acc_addr,
|
||||||
new_utxo,
|
new_utxo,
|
||||||
comm_gen_hash,
|
comm_gen_hash,
|
||||||
@ -1647,7 +1645,6 @@ impl NodeCore {
|
|||||||
let (new_utxo, comm_gen_hash) = self.operate_account_mint_private(acc_addr, 100).await?;
|
let (new_utxo, comm_gen_hash) = self.operate_account_mint_private(acc_addr, 100).await?;
|
||||||
|
|
||||||
self.operate_account_send_deshielded_one_receiver(
|
self.operate_account_send_deshielded_one_receiver(
|
||||||
acc_addr,
|
|
||||||
acc_addr_rec,
|
acc_addr_rec,
|
||||||
new_utxo,
|
new_utxo,
|
||||||
comm_gen_hash,
|
comm_gen_hash,
|
||||||
@ -1689,7 +1686,6 @@ impl NodeCore {
|
|||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
self.operate_account_send_deshielded_one_receiver(
|
self.operate_account_send_deshielded_one_receiver(
|
||||||
addrs_receivers[publication_index],
|
|
||||||
addrs_receivers[publication_index],
|
addrs_receivers[publication_index],
|
||||||
new_utxos[publication_index].clone(),
|
new_utxos[publication_index].clone(),
|
||||||
comm_gen_hashes[publication_index],
|
comm_gen_hashes[publication_index],
|
||||||
|
|||||||
@ -661,7 +661,6 @@ impl JsonHandler {
|
|||||||
|
|
||||||
cover_guard
|
cover_guard
|
||||||
.operate_account_send_deshielded_one_receiver(
|
.operate_account_send_deshielded_one_receiver(
|
||||||
acc_addr_sender,
|
|
||||||
acc_addr,
|
acc_addr,
|
||||||
utxo_to_send,
|
utxo_to_send,
|
||||||
comm_hash,
|
comm_hash,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user