Skip to content

Commit

Permalink
Removed trust node in docs (#2359)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmulji-ic authored Apr 5, 2023
1 parent 4f93a36 commit bfb0905
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions docs/hub-tutorials/gaiad.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ gaiad config node <host>:<port>

If you run your own full-node, just use `tcp://localhost:26657` as the address.

Then, let us set the default value of the `--trust-node` flag:

```bash
gaiad config trust-node true

# Set to true if you trust the full-node you are connecting to, false otherwise
```

Finally, let us set the `chain-id` of the blockchain we want to interact with:

```bash
Expand Down
1 change: 0 additions & 1 deletion docs/hub-tutorials/live-upgrade-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ governance process.
$ gaiad start

# set up the cli config
$ gaiad config trust-node true
$ gaiad config chain-id testing

# create an upgrade governance proposal
Expand Down

0 comments on commit bfb0905

Please sign in to comment.