Skip to content

Commit

Permalink
feat(iota-sdk): Use default request type (#4906)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex6323 authored Jan 20, 2025
1 parent 57c24f0 commit e2fa5ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/iota-sdk/src/apis/quorum_driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ impl QuorumDriverApi {
tx_bytes.clone(),
signatures.clone(),
Some(options.clone()),
Some(request_type.clone()),
// Ignore the request type as we emulate WaitForLocalExecution below.
// It will default to WaitForEffectsCert on the RPC nodes.
None,
)
.await?;

Expand Down

0 comments on commit e2fa5ed

Please sign in to comment.