From 2f526ff13681872bb93725fc3ba3a19f0e4b95c3 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 17 Aug 2020 16:43:09 +0200 Subject: [PATCH] Tiltfile: Remove outdated comment --- Tiltfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tiltfile b/Tiltfile index ff12320c..d897a00f 100644 --- a/Tiltfile +++ b/Tiltfile @@ -44,8 +44,6 @@ k8s_resource("solana-devnet") # eth devnet -# TODO: Slow - takes ~30s to rebuild on a no-op, even with caching, because npm sucks. -# We might want to add excludes here and use file sync for smart contract developmeent. docker_build( ref = "eth-node", context = "./ethereum",