Skip to content

Commit 90e9893

Browse files
committed
rpc: getaddressinfo RPCResult fixup
1 parent a8507c9 commit 90e9893

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3741,9 +3741,8 @@ UniValue getaddressinfo(const JSONRPCRequest& request)
37413741
{RPCResult::Type::STR_HEX, "pubkey", /* optional */ true, "The hex value of the raw public key for single-key addresses (possibly embedded in P2SH or P2WSH)."},
37423742
{RPCResult::Type::OBJ, "embedded", /* optional */ true, "Information about the address embedded in P2SH or P2WSH, if relevant and known.",
37433743
{
3744-
{RPCResult::Type::ELISION, "", "Includes all\n"
3745-
" getaddressinfo output fields for the embedded address, excluding metadata (timestamp, hdkeypath,\n"
3746-
"hdseedid) and relation to the wallet (ismine, iswatchonly)."},
3744+
{RPCResult::Type::ELISION, "", "Includes all getaddressinfo output fields for the embedded address, excluding metadata (timestamp, hdkeypath, hdseedid)\n"
3745+
"and relation to the wallet (ismine, iswatchonly)."},
37473746
}},
37483747
{RPCResult::Type::BOOL, "iscompressed", /* optional */ true, "If the pubkey is compressed."},
37493748
{RPCResult::Type::NUM_TIME, "timestamp", /* optional */ true, "The creation time of the key, if available, expressed in " + UNIX_EPOCH_TIME + "."},

0 commit comments

Comments
 (0)