diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-11-20 17:43:48 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 13:49:57 +0800 |
commit | cf1259a57233205cfbf6983582bd14b2802a0655 (patch) | |
tree | 135a458ae0f4ed40d3d3a4e330b163e1fffb2149 /test | |
parent | b954193de434ec95f9ee975af1c658f8246e5f71 (diff) | |
download | dexon-cf1259a57233205cfbf6983582bd14b2802a0655.tar dexon-cf1259a57233205cfbf6983582bd14b2802a0655.tar.gz dexon-cf1259a57233205cfbf6983582bd14b2802a0655.tar.bz2 dexon-cf1259a57233205cfbf6983582bd14b2802a0655.tar.lz dexon-cf1259a57233205cfbf6983582bd14b2802a0655.tar.xz dexon-cf1259a57233205cfbf6983582bd14b2802a0655.tar.zst dexon-cf1259a57233205cfbf6983582bd14b2802a0655.zip |
test: use a fixed nodekey for RPC node (#38)
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 |