Skip to content

Commit f1f6422

Browse files
dragosgdTinaKT
andauthored
Update source/mainnet/tutorials/sponsoredTransactions/sponsoredTransactionsSmartContract.rst
Co-authored-by: TinaKT <[email protected]>
1 parent a14adec commit f1f6422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/mainnet/tutorials/sponsoredTransactions/sponsoredTransactionsSmartContract.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ You can explore the function by invoking it with the ``concordium-client`` as fo
8181
8282
$ concordium-client contract invoke 6372 --entrypoint supportsPermit --parameter-json supportsPermit.json --grpc-port 20000 --grpc-ip node.testnet.concordium.com
8383
84-
``6372`` is the index of the smart contract. A smart contract address consists of an index and subindex, in the current protocol the subindex will always be 0. So, in other words, the command above means invoke contract with index 6372 on the testnet.
84+
``6372`` is the index of the smart contract. A smart contract address consists of an index and a subindex, in the current protocol the subindex will always be 0. So, in other words, the command above means invoke contract with index 6372 on the testnet.
8585

8686
For example, this ``supportsPermit.json`` file results in the below screenshot.
8787

0 commit comments

Comments
 (0)