From ddfc15b9f2c7864bc4b26a0aa80a490b25879eb2 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Thu, 20 May 2021 07:55:34 -0700 Subject: [PATCH] docs: Update transaction expiration time (#17347) --- docs/src/offline-signing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/offline-signing.md b/docs/src/offline-signing.md index bc09263cb1..c5ad58d1f6 100644 --- a/docs/src/offline-signing.md +++ b/docs/src/offline-signing.md @@ -156,7 +156,7 @@ ohGKvpRC46jAduwU9NW8tP91JkCT5r8Mo67Ysnid4zc76tiiV1Ho6jv3BKFSbBcr2NcPPCarmfTLSkTH ## Buying More Time to Sign Typically a Solana transaction must be signed and accepted by the network within -a number of slots from the blockhash in its `recent_blockhash` field (~2min at +a number of slots from the blockhash in its `recent_blockhash` field (~1min at the time of this writing). If your signing procedure takes longer than this, a [Durable Transaction Nonce](offline-signing/durable-nonce.md) can give you the extra time you need.