Skip to content

Commit

Permalink
Fix rpc call.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgcardona committed Oct 19, 2020
1 parent ef22f0b commit 501cbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Avalanche.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -2646,7 +2646,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"jsonrpc\":\"2.0\",\n \"id\" :1,\n \"method\" :\"platform.getStakingAssetID\",\n \"params\": {}\n}",
"raw": "{\n \"jsonrpc\":\"2.0\",\n \"id\" :1,\n \"method\" :\"platform.getHeight\",\n \"params\": {}\n}",
"options": {
"raw": {
"language": "json"
Expand Down

0 comments on commit 501cbdd

Please sign in to comment.