From 6ca6ca404cb3fffda84edb24c82c4db97cdf832c Mon Sep 17 00:00:00 2001 From: skoupidi Date: Thu, 30 Oct 2025 18:57:56 +0200 Subject: [PATCH] doc/testnet/contract: fixed contract list tables --- doc/src/testnet/contract.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/src/testnet/contract.md b/doc/src/testnet/contract.md index 33534ac74..10f56ced1 100644 --- a/doc/src/testnet/contract.md +++ b/doc/src/testnet/contract.md @@ -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: