From 3d23208fdce69d7bdda0d387268e30064f1c5619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dami=C3=A1n=20Parrino?= Date: Wed, 13 Mar 2024 16:03:19 -0300 Subject: [PATCH] Apply suggestions from code review --- docs/5.api/rpc/transactions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/5.api/rpc/transactions.md b/docs/5.api/rpc/transactions.md index 5186ba9fa14..980f408c2bd 100644 --- a/docs/5.api/rpc/transactions.md +++ b/docs/5.api/rpc/transactions.md @@ -244,9 +244,9 @@ Here is the exhaustive list of the error variants that can be returned by `broad - `sender_account_id` _(used to determine which shard to query for transaction)_ - [Optional] `wait_until`: the required minimal execution level. Read more [here](/api/rpc/transactions#tx-status-result). The default value is `EXECUTED_OPTIMISTIC`. -Transaction status request with `wait_until != NONE` will wait until the transaction appears in the chain. +A Transaction status request with `wait_until != NONE` will wait until the transaction appears on the blockchain. If the transaction does not exist, the method will wait until the timeout is reached. -If you just need to check whether the transaction exists, use `wait_until = NONE`, it will return the response immediately. +If you only need to check whether the transaction exists, use `wait_until = NONE`, it will return the response immediately. Example: @@ -488,9 +488,9 @@ Here is the exhaustive list of the error variants that can be returned by `tx` m - `sender_account_id` _(used to determine which shard to query for transaction)_ - [Optional] `wait_until`: the required minimal execution level. Read more [here](/api/rpc/transactions#tx-status-result). The default value is `EXECUTED_OPTIMISTIC`. -Transaction status request with `wait_until != NONE` will wait until the transaction appears in the chain. +A Transaction status request with `wait_until != NONE` will wait until the transaction appears on the blockchain. If the transaction does not exist, the method will wait until the timeout is reached. -If you just need to check whether the transaction exists, use `wait_until = NONE`, it will return the response immediately. +If you only need to check whether the transaction exists, use `wait_until = NONE`, it will return the response immediately. Example: