Skip to content

Commit

Permalink
Update cmd/soroban-cli/src/get_spec.rs
Browse files Browse the repository at this point in the history
prevent cloning

Co-authored-by: Willem Wyndham <willem@wyndham.tech>
  • Loading branch information
BlaineHeffron and willemneal committed May 29, 2024
1 parent bcaf376 commit 9d8638a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/soroban-cli/src/get_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ pub enum Error {
/// # Errors
pub async fn get_remote_contract_spec(
contract_id: &[u8; 32],
locator: locator::Args,
network: network::Args,
locator: &locator::Args,
network: &network::Args,
global_args: Option<&global::Args>,
config: Option<&config::Args>,
) -> Result<Vec<ScSpecEntry>, Error> {
Expand Down

0 comments on commit 9d8638a

Please sign in to comment.