Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
GNaD13 committed Jul 17, 2024
1 parent b35b7b9 commit ec6a737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
KEY="dev0"
CHAINID="realionetworklocal_7777-1"
MONIKER="mymoniker"
DATA_DIR=$(mkdir -d -t realionetwork-datadir.XXXXX)
DATA_DIR=$(mktemp -d -t realionetwork-datadir.XXXXX)

echo "create and add new keys"
./realio-networkd keys add $KEY --home $DATA_DIR --no-backup --chain-id $CHAINID --algo "eth_secp256k1" --keyring-backend test
Expand Down

0 comments on commit ec6a737

Please sign in to comment.