Skip to content

Commit

Permalink
remove unsafe disclaimer from mkchain chains (#442)
Browse files Browse the repository at this point in the history
make sure that mkchain nodes have the environment variable set that
removes the annoying disclaimer each time you type a command. For a
private chain, this makes sense.

Nice to have after merging #393
  • Loading branch information
nicolasochem authored May 11, 2022
1 parent 3eda09a commit 912041f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mkchain/tqchain/mkchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ def main():
"rolling_snapshot_url": None,
"archive_tarball_url": None,
"rolling_tarball_url": None,
"node_globals": {
"env": {"all": {"TEZOS_CLIENT_UNSAFE_DISABLE_DISCLAIMER": "Y"}}
},
}

# preserve pre-existing values, if any (in case of scale-up)
Expand Down

0 comments on commit 912041f

Please sign in to comment.