mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 12:15:50 +00:00
Merge pull request #409 from mikemilano/patch-4
Removed ledger parameter from request in account_lines
This commit is contained in:
@@ -15,8 +15,7 @@ An example of the request format:
|
|||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"command": "account_lines",
|
"command": "account_lines",
|
||||||
"account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59",
|
"account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59"
|
||||||
"ledger": "current"
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -27,8 +26,7 @@ An example of the request format:
|
|||||||
"method": "account_lines",
|
"method": "account_lines",
|
||||||
"params": [
|
"params": [
|
||||||
{
|
{
|
||||||
"account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59",
|
"account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59"
|
||||||
"ledger": "current"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user