diff --git a/node_core/src/chain_storage/block_store.rs b/node_core/src/chain_storage/block_store.rs index a14ec19..0f9d17c 100644 --- a/node_core/src/chain_storage/block_store.rs +++ b/node_core/src/chain_storage/block_store.rs @@ -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(())