From 2621aeee826b4b297cc5fc06d16999ffbdca8166 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 7 May 2019 11:37:06 -0700 Subject: [PATCH] Set default wallet rpc port correctly --- ci/localnet-sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/localnet-sanity.sh b/ci/localnet-sanity.sh index ecbc4d949..b345c2e2f 100755 --- a/ci/localnet-sanity.sh +++ b/ci/localnet-sanity.sh @@ -7,7 +7,7 @@ restartInterval=never rollingRestart=false maybeNoLeaderRotation= extraNodes=0 -walletRpcPort= +walletRpcPort=:8899 usage() { exitcode=0