File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -477,7 +477,7 @@ To remove a node as a permissioned validator from a Subnet:
477
477
curl -X POST -k http://localhost:8081/v1/control/removesubnetvalidator -d ' [{"subnetId": "' $SUBNET_ID ' ", "nodeNames":["node1"]}]'
478
478
479
479
# or
480
- avalanche-network-runner control remove-subnet-validator ' [{"subnetId ": "' $SUBNET_ID ' ", "nodeNames ":["node1"]}]'
480
+ avalanche-network-runner control remove-subnet-validator ' [{"subnet_id ": "' $SUBNET_ID ' ", "node_names ":["node1"]}]'
481
481
```
482
482
483
483
To delegate stake in a permissionless validator in an Elastic Subnet:
Original file line number Diff line number Diff line change @@ -558,7 +558,7 @@ avalanche-network-runner control remove-subnet-validator removeValidatorSpec [op
558
558
cli
559
559
560
560
` ` ` sh
561
- avalanche-network-runner control remove-subnet-validator ' [{"subnetId ": "p433wpuXyJiDhyazPYyZMJeaoPSW76CBZ2x7wrVPLgvokotXz", "nodeNames ":["node1"]}]'
561
+ avalanche-network-runner control remove-subnet-validator ' [{"subnet_id ": "p433wpuXyJiDhyazPYyZMJeaoPSW76CBZ2x7wrVPLgvokotXz", "node_names ":["node1"]}]'
562
562
` ` `
563
563
564
564
curl
You can’t perform that action at this time.
0 commit comments