Skip to content

Commit 34c6428

Browse files
committed
Update doc
1 parent 1916631 commit 34c6428

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,11 @@ All three of these commands use the same basic format:
306306
kda local *.json -n mynode.example.com:<service-api-port>
307307
```
308308

309-
The `kda local` command has one additional option `--no-verify-sigs` which lets
310-
you test a transaction with actual blockchain data before it has been fully
311-
signed. You can use this with `.yaml` files straight from `kda gen`.
309+
The `kda local` command has two additional options
310+
- `--no-verify-sigs` which lets you test a transaction with actual blockchain data before it has been fully signed. You can use this with `.yaml` files straight from `kda gen`.
311+
312+
- `--preflight` which lets you test using a preflight context. In this context, the node does more verification (Gas payment, ...), simulating a real block inclusion.
313+
312314

313315
# Using kda-tool for smart contract development
314316

0 commit comments

Comments
 (0)