make integrated address fix

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

View file

@ -4,12 +4,12 @@ Creates an integrated address for the wallet by embedding the given payment ID t
```json
{
"jsonrpc": "2.0",
"id": 0,
"method": "make_integrated_address",
"params": {
"payment_id": ""
}
"jsonrpc": "2.0",
"id": 0,
"method": "make_integrated_address",
"params": {
"payment_id": "00000000ff00ff00"
}
}
```
@ -35,4 +35,4 @@ Creates an integrated address for the wallet by embedding the given payment ID t
### Response inforamtion
- integrated_address - string; the result.
- payment_id - string; hex-encoded payment ID, that was used (useful if an empty payment_id was given as an input).
- payment_id - string; hex-encoded payment ID, that was used (useful if an empty payment_id was given as an input).