From bfb090526c42ed99672efac7b687e515dade90c4 Mon Sep 17 00:00:00 2001 From: Milan Mulji <98309852+mmulji-ic@users.noreply.github.com> Date: Wed, 5 Apr 2023 09:54:52 +0200 Subject: [PATCH] Removed trust node in docs (#2359) --- docs/hub-tutorials/gaiad.md | 8 -------- docs/hub-tutorials/live-upgrade-tutorial.md | 1 - 2 files changed, 9 deletions(-) diff --git a/docs/hub-tutorials/gaiad.md b/docs/hub-tutorials/gaiad.md index bc5caec839e..3012ab3b7c1 100644 --- a/docs/hub-tutorials/gaiad.md +++ b/docs/hub-tutorials/gaiad.md @@ -29,14 +29,6 @@ gaiad config node : 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 diff --git a/docs/hub-tutorials/live-upgrade-tutorial.md b/docs/hub-tutorials/live-upgrade-tutorial.md index f311801bd03..db20c550b3e 100644 --- a/docs/hub-tutorials/live-upgrade-tutorial.md +++ b/docs/hub-tutorials/live-upgrade-tutorial.md @@ -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