Skip to content

Commit 21af541

Browse files
committed
Refine tutorial for sending transactions with alternative fee payment token by clarifying implementation steps and enhancing readability
1 parent 23a0718 commit 21af541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/polkadot-sdk/system-chains/asset-hub/send-a-tx-paying-fee-different-token.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ This command forks the Asset Hub chain, making it available at `ws://localhost:8
7272
7373
## Implementation
7474
75-
Now let's implement the fee payment transaction step by step.
75+
In the following sub-sections, you’ll set the stage with imports and a few constants, introduce the transaction signer, and connect to the Polkadot Asset Hub chain. Then you’ll craft a simple DOT transfer and send it, asking the network to charge the fee in USDT instead of DOT.
7676
7777
### Import Dependencies
7878

0 commit comments

Comments
 (0)