From a51920336217cf8dd0bf89b01fcb0b8e3e605a49 Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Thu, 11 Sep 2025 21:45:28 +0000 Subject: [PATCH] wallet-rpc: correct "address" description for get_transfer_by_txid --- docs/en/rpc-library/wallet-rpc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/rpc-library/wallet-rpc.md b/docs/en/rpc-library/wallet-rpc.md index 1c19a5f8..4c56771e 100644 --- a/docs/en/rpc-library/wallet-rpc.md +++ b/docs/en/rpc-library/wallet-rpc.md @@ -1515,7 +1515,7 @@ Inputs: Outputs: - _transfer_ - JSON object containing payment information: - - _address_ - string; Address that transferred the funds. Base58 representation of the public keys. + - _address_ - string; Incoming: Address that received the funds. Outgoing: Address that transferred the funds. - _amount_ - unsigned int; Amount of this transfer. - _amounts_ - list; Individual amounts if multiple where received. - _confirmations_ - unsigned int; Number of block mined since the block containing this transaction (or block height at which the transaction should be added to a block if not yet confirmed).