From d577ca5622381f3ecad9383301d003e1519d6aad Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Tue, 20 Nov 2018 17:43:48 +0800 Subject: test: use a fixed nodekey for RPC node (#38) --- test/run_test.sh | 2 +- test/testrpc.nodekey | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 test/testrpc.nodekey diff --git a/test/run_test.sh b/test/run_test.sh index f535a609d..4818f89b2 100755 --- a/test/run_test.sh +++ b/test/run_test.sh @@ -22,7 +22,7 @@ $GDEX \ --testnet \ --verbosity=4 \ --gcmode=archive \ - --datadir=$datadir \ + --datadir=$datadir --nodekey=testrpc.nodekey \ --rpc --rpcapi=eth,net,web3,debug \ --rpcaddr=0.0.0.0 --rpcport=8545 \ --ws --wsapi=eth,net,web3,debug \ diff --git a/test/testrpc.nodekey b/test/testrpc.nodekey new file mode 100644 index 000000000..c9b475816 --- /dev/null +++ b/test/testrpc.nodekey @@ -0,0 +1 @@ +e48009e740ff5f47a42267d42d908499ea1e73bfef8d459855aa2ca889e8e6bd \ No newline at end of file -- cgit v1.2.3