make integrated address fix
Signed-off-by: PRavaga <trueravaga@gmail.com>
This commit is contained in:
parent
8f3fd43ef0
commit
6b89fe5b96
1 changed files with 7 additions and 7 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue