mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-07-09 15:29:34 +00:00
refactor: change sync function name
This commit is contained in:
parent
24faedd686
commit
a3593e36b7
@ -743,7 +743,7 @@ impl WalletCore {
|
||||
.storage
|
||||
.key_chain_mut()
|
||||
.sync_updates_via_nullifiers(&pp_tx.message, &mut index);
|
||||
self.sync_private_accounts_with_tx(&pp_tx.message, &mut index, &handled);
|
||||
self.sync_private_accounts_with_message(&pp_tx.message, &mut index, &handled);
|
||||
}
|
||||
|
||||
self.storage.set_last_synced_block(block.header.block_id);
|
||||
@ -760,7 +760,7 @@ impl WalletCore {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
fn sync_private_accounts_with_tx(
|
||||
fn sync_private_accounts_with_message(
|
||||
&mut self,
|
||||
message: &Message,
|
||||
index: &mut NullifierIndex,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user