Skip to content

Commit 8f49bd0

Browse files
mplsgrantwillcl-ark
authored andcommitted
remove unused rpc checks
1 parent 1343069 commit 8f49bd0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

resources/scripts/setup_minikube.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ if [ -z "${WAR_RPC+x}" ]; then
88
exit 1
99
fi
1010

11-
# Function to check if warnet-rpc container is already running
12-
check_warnet_rpc() {
13-
if kubectl get pods --all-namespaces | grep -q "bitcoindevproject/warnet-rpc"; then
14-
echo "warnet-rpc pod found"
15-
exit 1
16-
fi
17-
}
18-
1911
# Check minikube status
2012
minikube delete
2113

0 commit comments

Comments
 (0)