Skip to content

Commit

Permalink
Update flag in run script to replace staking-enabled=false
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbuchwald committed Aug 2, 2023
1 parent 2b07459 commit a2d4c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function _set_config(){
cat <<EOF >$1
{
"network-id": "local",
"staking-enabled": false,
"sybil-protection-enabled": false,
"health-check-frequency": "5s",
"plugin-dir": "$AVALANCHEGO_PLUGIN_DIR"
}
Expand Down

0 comments on commit a2d4c74

Please sign in to comment.