doc/testnet/contract: fixed contract list tables

This commit is contained in:
skoupidi
2025-10-30 18:57:56 +02:00
parent 31d364e478
commit 6ca6ca404c

View File

@@ -80,9 +80,9 @@ You can list your mint authorities with:
```shell
drk> contract list
Index | Contract ID | Locked | Lock Height
-------+---------------+--------+-------------
1 | {CONTRACT_ID} | false | -
Contract ID | Secret Key | Locked | Lock Height
---------------+-----------------------+--------+-------------
{CONTRACT_ID} | {CONTRACT_SECRET_KEY} | false | -
```
## Deploy transaction
@@ -144,9 +144,9 @@ locked on:
```shell
drk> contract list
Index | Contract ID | Locked | Lock Height
-------+---------------+--------+-------------
1 | {CONTRACT_ID} | true | 36
Contract ID | Secret Key | Locked | Lock Height
---------------+-----------------------+--------+-------------
{CONTRACT_ID} | {CONTRACT_SECRET_KEY} | true | 36
```
We will also see the lock transaction in its history: