Skip to content

Commit

Permalink
clarify note about when the timebounds are added to client txs
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotFriend committed May 21, 2024
1 parent 462e5f6 commit 5b12f6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/contract/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ import type { AssembledTransaction } from "./assembled_transaction";

/**
* The default timebounds, in seconds, during which a transaction will be valid.
* This is attached to the transaction at the time it is built, which takes
* place _before_ transaction simulation, and _before_ transaction signing.
* This is attached to the transaction _before_ transaction simulation (it is
* needed for simulation to succeed). It is also re-calculated and re-added
* _before_ transaction signing.
* @constant {number}
* @default 300
* @memberof module:contract.Client
Expand Down

0 comments on commit 5b12f6b

Please sign in to comment.