mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-07 15:53:14 +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] {
|
pub fn get_tree_roots(&self) -> [[u8; 32]; 3] {
|
||||||
[
|
[
|
||||||
self.store.nullifier_store.curr_root.unwrap_or([0; 32]),
|
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]),
|
self.store.pub_tx_store.get_root().unwrap_or([0; 32]),
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user