Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit a2cbf48

Browse files
committed
use secp256k1
1 parent 71b8872 commit a2cbf48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

local_node.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ MAX_GAS=10000000000
1313
# otherwise your balance will be wiped quickly
1414
# The keyring test does not require private key to steal tokens from you
1515
KEYRING="test"
16-
KEYALGO="segwit"
16+
KEYALGO="secp256k1"
1717
LOGLEVEL="info"
1818
# Set dedicated home directory for the $BINARY instance
1919
HOMEDIR="$HOME/.side"

0 commit comments

Comments
 (0)