This commit is contained in:
Oleksandr Pravdyvyi 2025-05-30 09:06:39 +03:00
parent 9d3bda9bce
commit 894ba19345

View File

@ -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| {