mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-09 08:43:12 +00:00
add deserialization of nullifier and transaction from snapshot
This commit is contained in:
parent
87e6363686
commit
9b8ddb0580
@ -70,6 +70,9 @@ impl NodeBlockStore {
|
||||
}
|
||||
|
||||
|
||||
pub fn get_snapshot_transaction(&self) -> Result<HashStorageMerkleTree<Transaction>> {
|
||||
Ok(serde_json::from_slice(&self.dbio.get_snapshot_transaction()?)?)
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user