Skip to content

Commit

Permalink
Update vms/platformvm/service.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Suvak <[email protected]>
Signed-off-by: cam-schultz <[email protected]>
  • Loading branch information
cam-schultz and iansuvak authored Oct 28, 2024
1 parent b30802b commit 62db54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vms/platformvm/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -1834,7 +1834,7 @@ platform.getProposedValidators(
```bash
curl -X POST --data '{
"jsonrpc": "2.0",
"method": "platform.getValidatorsAt",
"method": "platform.getProposedValidators",
"params": {},
"id": 1
}' -H 'content-type:application/json;' 127.0.0.1:9650/ext/bc/P
Expand Down

0 comments on commit 62db54f

Please sign in to comment.