Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion crates/sui-sdk/src/apis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,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
Loading