Skip to content

Commit 5aa9069

Browse files
Update develop/toolkit/integrations/transaction-construction.md
Co-authored-by: Nicolás Hussein <[email protected]>
1 parent 4887451 commit 5aa9069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop/toolkit/integrations/transaction-construction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Polkadot has some basic transaction information that is common to all transactio
2525
- **Nonce**: The nonce for this transaction.
2626
- **Spec Version**: The current spec version for the runtime.
2727
- **Transaction Version**: The current version for transaction format.
28-
- **Tip**: Optional, the [tip](https://docs.polkadot.com/polkadot-protocol/parachain-basics/blocks-transactions-fees/fees/#how-fees-are-calculated){target=\_blank} to increase transaction priority.
28+
- **Tip**: Optional, the [tip](/polkadot-protocol/parachain-basics/blocks-transactions-fees/fees/#how-fees-are-calculated){target=\_blank} to increase transaction priority.
2929
- **Mode**: The flag indicating whether to verify the metadata hash or not.
3030
- **Era Period**: Optional, the number of blocks after the checkpoint for which a transaction is valid. If zero, the transaction is [immortal](/polkadot-protocol/parachain-basics/blocks-transactions-fees/transactions/#transaction-mortality){target=\_blank}
3131
- **MetadataHash**: Optional, the metadata hash which should match the [`RUNTIME_METADATA_HASH`](https://paritytech.github.io/polkadot-sdk/master/frame_metadata_hash_extension/struct.CheckMetadataHash.html){target=\_blank} environment variable.

0 commit comments

Comments
 (0)