[MINOR] private key name (#563)

node-priveate-key is a path and not a key.  The everything_config.toml
should blatently look like a valid path

The old value was a valid path, but gave the wrong impression.
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
Danno Ferrin 6 years ago committed by GitHub
parent ee1ef2aba7
commit 07b1fbd2d0
  1. 2
      pantheon/src/test/resources/everything_config.toml

@ -11,7 +11,7 @@
# Node Information # Node Information
datadir="~/pantheondata" datadir="~/pantheondata"
logging="INFO" logging="INFO"
node-private-key="0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef" node-private-key="./path/to/privateKey"
# P2P network # P2P network
no-discovery=true no-discovery=true

Loading…
Cancel
Save