Browse Source

Delete unused function (#1961)

iczc 6 years ago
parent
commit
3e1519ac1e
1 changed files with 0 additions and 4 deletions
  1. 0 4
      scripts/test.sh

+ 0 - 4
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.