Commit 3e1519ac by iczc Committed by Nicolás Venturo

Delete unused function (#1961)

parent 2c11ed59
...@@ -23,10 +23,6 @@ ganache_running() { ...@@ -23,10 +23,6 @@ ganache_running() {
nc -z localhost "$ganache_port" nc -z localhost "$ganache_port"
} }
relayer_running() {
nc -z localhost "$relayer_port"
}
start_ganache() { start_ganache() {
local accounts=( local accounts=(
# 10 accounts with balance 1M ether, needed for high-value tests. # 10 accounts with balance 1M ether, needed for high-value tests.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment