mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-10 01:03:10 +00:00
fix: fmt
This commit is contained in:
parent
9d3bda9bce
commit
894ba19345
@ -75,7 +75,9 @@ impl NodeBlockStore {
|
||||
.inspect_err(|err| error!("Failed to store snapshot accounts with error {err:#?}"))?;
|
||||
self.dbio
|
||||
.put_snapshot_commitement_db(comm_ser)
|
||||
.inspect_err(|err| error!("Failed to store snapshot commitments with error {err:#?}"))?;
|
||||
.inspect_err(|err| {
|
||||
error!("Failed to store snapshot commitments with error {err:#?}")
|
||||
})?;
|
||||
self.dbio
|
||||
.put_snapshot_transaction_db(txs_ser)
|
||||
.inspect_err(|err| {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user