Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Aug 16, 2024
1 parent 100b8c2 commit 08f6541
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/rs-sdk/src/sdk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,6 @@ impl Sdk {
}
}


/// Return configuration of quorum, like type of quorum used for instant lock.
pub(crate) fn quorum_params(&self) -> QuorumParams {
self.network_type.to_quorum_params()
Expand Down Expand Up @@ -856,7 +855,7 @@ impl SdkBuilder {
mock:mock_sdk.clone(),
dapi,
version:self.version,
},
},
network_type: self.network_type,
dump_dir: self.dump_dir.clone(),
proofs:self.proofs,
Expand Down

0 comments on commit 08f6541

Please sign in to comment.