mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-03 22:03:06 +00:00
fix: format fix
This commit is contained in:
parent
bd7809bc17
commit
cc3db7d323
@ -62,7 +62,10 @@ impl SequencerCore {
|
||||
pub fn get_tree_roots(&self) -> [[u8; 32]; 3] {
|
||||
[
|
||||
self.store.nullifier_store.curr_root.unwrap_or([0; 32]),
|
||||
self.store.utxo_commitments_store.get_root().unwrap_or([0; 32]),
|
||||
self.store
|
||||
.utxo_commitments_store
|
||||
.get_root()
|
||||
.unwrap_or([0; 32]),
|
||||
self.store.pub_tx_store.get_root().unwrap_or([0; 32]),
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user