Skip to content

Commit

Permalink
Update sdk/src/client/api/wait_for_tx_acceptance.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M authored Mar 29, 2024
1 parent 4eac2d8 commit 2b6c466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/client/api/wait_for_tx_acceptance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ impl Client {
.output
.required_address(slot_index, protocol_parameters.committable_age_range())?
{
// Even thought the output was created already, the indexer might take some time
// Even though the output was created already, the indexer might take some time
// until it returns the output id for the address, that's why we wait for this here.
for _ in 0..20 {
if let Ok(output_ids) = self
Expand Down

0 comments on commit 2b6c466

Please sign in to comment.