Skip to content

Commit

Permalink
Fix Postman send MA transaction example for Rosetta spec v1.4.10 update.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Browning committed May 14, 2021
1 parent e917eb8 commit e6d3360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/postman/send_transaction.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"response": []
},
{
"name": "/account/balance",
"name": "/account/coins",
"event": [
{
"listen": "prerequest",
Expand Down Expand Up @@ -122,7 +122,7 @@
}
},
"url": {
"raw": "{{URL}}/account/balance",
"raw": "{{URL}}/account/coins",
"host": [
"{{URL}}"
],
Expand Down

0 comments on commit e6d3360

Please sign in to comment.