mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-08 16:23:12 +00:00
fix: suggestion added 1
This commit is contained in:
parent
7e47ecd91e
commit
5df8763166
@ -84,7 +84,7 @@ impl NodeBlockStore {
|
|||||||
error!("Failed to store snapshot transactions with error {err:#?}")
|
error!("Failed to store snapshot transactions with error {err:#?}")
|
||||||
})?;
|
})?;
|
||||||
self.dbio
|
self.dbio
|
||||||
.put_snapshot_account_db(nullifiers_ser)
|
.put_snapshot_nullifier_db(nullifiers_ser)
|
||||||
.inspect_err(|err| error!("Failed to store snapshot nullifiers with error {err:#?}"))?;
|
.inspect_err(|err| error!("Failed to store snapshot nullifiers with error {err:#?}"))?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user