From 6b89fe5b9673ae40dfd505de60bafa8805a113bf Mon Sep 17 00:00:00 2001 From: PRavaga Date: Thu, 30 Nov 2023 19:41:46 +0100 Subject: [PATCH] make integrated address fix Signed-off-by: PRavaga --- .../wallet-rpc-api/make_integrated_address.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/build/rpc-api/wallet-rpc-api/make_integrated_address.md b/docs/build/rpc-api/wallet-rpc-api/make_integrated_address.md index b611881..4294e34 100644 --- a/docs/build/rpc-api/wallet-rpc-api/make_integrated_address.md +++ b/docs/build/rpc-api/wallet-rpc-api/make_integrated_address.md @@ -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). \ No newline at end of file +- payment_id - string; hex-encoded payment ID, that was used (useful if an empty payment_id was given as an input).