diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/run_test.sh | 2 | ||||
-rw-r--r-- | test/testrpc.nodekey | 1 |
2 files changed, 2 insertions, 1 deletions
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 |