Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
fix params for shield
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapk00 committed Oct 13, 2021
1 parent 39e59a4 commit 1d56113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/lightclient.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1464,7 +1464,7 @@ impl LightClient {

let result = {
let _lock = self.sync_lock.lock().await;
let (sapling_spend, sapling_output) = self.read_sapling_params()?;
let (sapling_output, sapling_spend) = self.read_sapling_params()?;

let prover = LocalTxProver::from_bytes(&sapling_spend, &sapling_output);

Expand Down

0 comments on commit 1d56113

Please sign in to comment.