From 729eb466750a45fea5c690027e1f980b1a7c3cd5 Mon Sep 17 00:00:00 2001 From: eggplantzzz Date: Thu, 30 Jun 2022 12:10:29 -0400 Subject: [PATCH] update geth script --- scripts/geth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/geth.sh b/scripts/geth.sh index 19080b213f6..a4ec7034ff3 100755 --- a/scripts/geth.sh +++ b/scripts/geth.sh @@ -20,4 +20,4 @@ docker run \ --dev \ --dev.period 0 \ --allow-insecure-unlock \ - js ./scripts/geth-accounts.js + --exec "loadScript('scripts/geth-accounts.js')" console