File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ The provided ID can be one of the following:
397397 ``` shell
398398 oasis network show 000000000000000000000000000000000000000000000000f80306c9858e7279 | jq ' .staking.thresholds."node-compute"'
399399 ```
400-
400+
401401 ```
402402 "5000000000000000"
403403 ```
@@ -453,3 +453,15 @@ By passing `--format json`, the output is formatted as JSON.
453453` network status ` command.
454454
455455:::
456+
457+ ### State Sync Trust {#trust}
458+
459+ ` network trust ` will show suggested trust for the consensus [ state sync] .
460+
461+ For example:
462+
463+ ![ code shell] ( ../examples/network/trust.in.static )
464+
465+ ![ code json] ( ../examples/network/trust.out.static )
466+
467+ [ state sync ] : https://github.com/oasisprotocol/docs/blob/main/docs/node/run-your-node/advanced/sync-node-using-state-sync.md#using-state-sync-for-quick-bootstrapping
You can’t perform that action at this time.
0 commit comments