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

Commit 1d56113

Browse files
committed
fix params for shield
1 parent 39e59a4 commit 1d56113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/lightclient.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,7 @@ impl LightClient {
14641464

14651465
let result = {
14661466
let _lock = self.sync_lock.lock().await;
1467-
let (sapling_spend, sapling_output) = self.read_sapling_params()?;
1467+
let (sapling_output, sapling_spend) = self.read_sapling_params()?;
14681468

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

0 commit comments

Comments
 (0)