From 3f12a3d05772dc855f51953adc4cfe0b4c5298b0 Mon Sep 17 00:00:00 2001 From: Danno Ferrin Date: Mon, 14 Jan 2019 08:54:27 -0700 Subject: [PATCH] [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. --- pantheon/src/test/resources/everything_config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pantheon/src/test/resources/everything_config.toml b/pantheon/src/test/resources/everything_config.toml index a5634b15d7..03e902f35c 100644 --- a/pantheon/src/test/resources/everything_config.toml +++ b/pantheon/src/test/resources/everything_config.toml @@ -11,7 +11,7 @@ # Node Information datadir="~/pantheondata" logging="INFO" -node-private-key="0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef" +node-private-key="./path/to/privateKey" # P2P network no-discovery=true