aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-11-20 17:43:48 +0800
committerWei-Ning Huang <w@dexon.org>2018-12-19 20:54:27 +0800
commit220b185513cc4ff2f43392305bbeea6f09f4ba5d (patch)
treedf3c0e3732de44d0947eb80932cb879340062d90 /test
parent38eccc333c0754e5302209f5a92e23fe98749e19 (diff)
downloaddexon-220b185513cc4ff2f43392305bbeea6f09f4ba5d.tar
dexon-220b185513cc4ff2f43392305bbeea6f09f4ba5d.tar.gz
dexon-220b185513cc4ff2f43392305bbeea6f09f4ba5d.tar.bz2
dexon-220b185513cc4ff2f43392305bbeea6f09f4ba5d.tar.lz
dexon-220b185513cc4ff2f43392305bbeea6f09f4ba5d.tar.xz
dexon-220b185513cc4ff2f43392305bbeea6f09f4ba5d.tar.zst
dexon-220b185513cc4ff2f43392305bbeea6f09f4ba5d.zip
test: use a fixed nodekey for RPC node (#38)
Diffstat (limited to 'test')
-rwxr-xr-xtest/run_test.sh2
-rw-r--r--test/testrpc.nodekey1
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