Skip to content

Commit

Permalink
Update offline-signing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrickming authored Jun 7, 2024
1 parent 59b67bf commit 24b32a3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ solana@online$ solana transfer Fdri24WUGtrCXZ55nXiewAj6RM18hRHPGAjZk3o6vBut 10 \
ohGKvpRC46jAduwU9NW8tP91JkCT5r8Mo67Ysnid4zc76tiiV1Ho6jv3BKFSbBcr2NcPPCarmfTLSkTHsJCtdYi
```
### 延长签名时间
## 延长签名时间
通常,Solana 交易必须在其 `recent_blockhash` 字段中的区块哈希对应的一定数量的插槽内(截至本文编写时约为 1 分钟)签名并被网络接受。如果您的签名过程需要更长时间,可以使用[持久化交易随机数](https://docs.solanalabs.com/cli/examples/durable-nonce)(Durable Transaction Nonce)来获得所需的额外时间。

0 comments on commit 24b32a3

Please sign in to comment.