mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-02 13:23:08 +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,
|
||||
)
|
||||
.unwrap();
|
||||
let output: (Vec<Account>, Vec<Nullifier>, Vec<Commitment>, [u32; 8]) =
|
||||
receipt.journal.decode().unwrap();
|
||||
|
||||
// Send to te sequencer
|
||||
sequencer
|
||||
.process_privacy_execution(receipt, &output.0, &output.1, &output.2)
|
||||
.unwrap();
|
||||
sequencer.process_privacy_execution(receipt).unwrap();
|
||||
|
||||
private_outputs
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user