bulk payments method fix

Signed-off-by: PRavaga <trueravaga@gmail.com>
This commit is contained in:
PRavaga 2023-11-30 19:04:32 +01:00
parent 943236f16b
commit 8f3fd43ef0
No known key found for this signature in database
GPG key ID: 2A5FC2B63150943E

View file

@ -4,13 +4,13 @@ Gets list of incoming transfers by given payment IDs
```json
{
"jsonrpc": "2.0",
"id": 0,
"method": "get_payments",
"params": {
"payment_id": "",
"allow_locked_transactions": false
}
"jsonrpc": "2.0",
"id": 0,
"method": "get_bulk_payments",
"params": {
"payment_id": "",
"allow_locked_transactions": false
}
}
```
@ -45,4 +45,4 @@ Gets list of incoming transfers by given payment IDs
- amount - unsigned int; amount of coins in atomic units.
- block_height - unsigned int; height of the block containing corresponding transaction.
- tx_hash - string; transactions hash.
- unlock_time - unsigned int; if nonzero — unix timestamp since then this transfers coins can be spent. If it is less than 500000000, the value is treated as a minimum block height at which this transfers coin can be spent.
- unlock_time - unsigned int; if nonzero — unix timestamp since then this transfers coins can be spent. If it is less than 500000000, the value is treated as a minimum block height at which this transfers coin can be spent.