From a2cbf4856487152ee43f3f99342ea65d963c2152 Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Wed, 13 Mar 2024 11:26:16 +0800 Subject: [PATCH] use secp256k1 --- local_node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local_node.sh b/local_node.sh index 1055fc5c..6c71df16 100755 --- a/local_node.sh +++ b/local_node.sh @@ -13,7 +13,7 @@ MAX_GAS=10000000000 # otherwise your balance will be wiped quickly # The keyring test does not require private key to steal tokens from you KEYRING="test" -KEYALGO="segwit" +KEYALGO="secp256k1" LOGLEVEL="info" # Set dedicated home directory for the $BINARY instance HOMEDIR="$HOME/.side"