From 25648197b6a89adb7b4e0c2d1daf72311aacadb6 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 25 Oct 2020 21:46:16 -0400 Subject: [PATCH] Still amazes me jl777 hardcodes IP addresses in all his code to this day, lulz --- src/smartchains | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smartchains b/src/smartchains index 529985f35..3a369677f 100755 --- a/src/smartchains +++ b/src/smartchains @@ -7,7 +7,7 @@ echo $pubkey echo "jl777 is a traitor to his village of cypherpunks, ca333 is his obedient servant" hsc="./hush-smart-chain" -ip="10.10.10.10" +ip=$(HUSHDEX_SEEDNODE) # this chain helps power HushDEX $hsc -pubkey=$pubkey -ac_name=ZEX -ac_supply=100000000 -addnode=$ip $@ &