Skip to content

Commit

Permalink
Merge branch 'v1.1-dev' into fix/sdk-mock-no-quorum-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer authored Aug 20, 2024
2 parents 25edda3 + 0f0e301 commit 04a547f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/rs-sdk/src/sdk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -527,17 +527,6 @@ impl DapiRequestExecutor for Sdk {
}
}

#[async_trait::async_trait]
impl DapiRequestExecutor for &Sdk {
async fn execute<R: TransportRequest>(
&self,
request: R,
settings: RequestSettings,
) -> Result<R::Response, DapiClientError<<R::Client as TransportClient>::Error>> {
DapiRequestExecutor::execute(self, request, settings).await
}
}

/// Dash Platform SDK Builder, used to configure and [`SdkBuilder::build()`] the [Sdk].
///
/// [SdkBuilder] implements a "builder" design pattern to allow configuration of the Sdk before it is instantiated.
Expand Down

0 comments on commit 04a547f

Please sign in to comment.