fix: suggestion added 1

This commit is contained in:
Oleksandr Pravdyvyi 2025-05-30 14:08:06 +03:00
parent 7e47ecd91e
commit 5df8763166

View File

@ -84,7 +84,7 @@ impl NodeBlockStore {
error!("Failed to store snapshot transactions with error {err:#?}")
})?;
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:#?}"))?;
Ok(())