mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-03 22:03:10 +00:00
move output decode to process function
This commit is contained in:
parent
25dd3cb931
commit
1dbc4bef72
@ -30,13 +30,8 @@ impl MockedClient {
|
|||||||
commitment_tree_root,
|
commitment_tree_root,
|
||||||
)
|
)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
let output: (Vec<Account>, Vec<Nullifier>, Vec<Commitment>, [u32; 8]) =
|
|
||||||
receipt.journal.decode().unwrap();
|
|
||||||
|
|
||||||
// Send to te sequencer
|
// Send to te sequencer
|
||||||
sequencer
|
sequencer.process_privacy_execution(receipt).unwrap();
|
||||||
.process_privacy_execution(receipt, &output.0, &output.1, &output.2)
|
|
||||||
.unwrap();
|
|
||||||
|
|
||||||
private_outputs
|
private_outputs
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user