Delete unused function (#1961)

This commit is contained in:
iczc
2019-10-23 06:39:20 +08:00
committed by Nicolás Venturo
parent 2c11ed59fa
commit 3e1519ac1e

View File

@ -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.