Skip to content

Commit

Permalink
Clarify null results for old transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr committed Sep 26, 2024
1 parent ed983b1 commit 88a6c44
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ by the sequencer, edge nodes, or RPC nodes.

:::

You can only check for transaction rejection within seven days of the transaction attempt.
You can only check for transaction rejection within seven days of the transaction attempt. Querying
transactions older than this will return a `null` response.

:::

Expand Down Expand Up @@ -107,3 +108,5 @@ and a `null` result is returned. For example:
"result": null
}
```

A similar `null` result is also returned if the transaction is older than seven days.

0 comments on commit 88a6c44

Please sign in to comment.