Răsfoiți Sursa

doc/testnet/contract: fixed contract list tables

skoupidi 9 luni în urmă
părinte
comite
6ca6ca404c
1 a modificat fișierele cu 6 adăugiri și 6 ștergeri
  1. 6 6
      doc/src/testnet/contract.md

+ 6 - 6
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: