From 3e1519ac1ea13bf44fff8531533aa2a83399a640 Mon Sep 17 00:00:00 2001 From: iczc Date: Wed, 23 Oct 2019 06:39:20 +0800 Subject: [PATCH] Delete unused function (#1961) --- scripts/test.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/test.sh b/scripts/test.sh index 867f1a776..b9ce2d14d 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -23,10 +23,6 @@ ganache_running() { nc -z localhost "$ganache_port" } -relayer_running() { - nc -z localhost "$relayer_port" -} - start_ganache() { local accounts=( # 10 accounts with balance 1M ether, needed for high-value tests.