Skip to content

Commit

Permalink
use secp256k1
Browse files Browse the repository at this point in the history
  • Loading branch information
liangping committed Mar 13, 2024
1 parent 71b8872 commit a2cbf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a2cbf48

Please sign in to comment.