Skip to content

Commit fadd99f

Browse files
author
MarcoFalke
committed
rpc: Add missing newline in RPCResult description
1 parent e2d3663 commit fadd99f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2851,9 +2851,9 @@ static UniValue listunspent(const JSONRPCRequest& request)
28512851
{RPCResult::Type::BOOL, "solvable", "Whether we know how to spend this output, ignoring the lack of keys"},
28522852
{RPCResult::Type::BOOL, "reused", "(only present if avoid_reuse is set) Whether this output is reused/dirty (sent to an address that was previously spent from)"},
28532853
{RPCResult::Type::STR, "desc", "(only when solvable) A descriptor for spending this output"},
2854-
{RPCResult::Type::BOOL, "safe", "Whether this output is considered safe to spend. Unconfirmed transactions"
2855-
" from outside keys and unconfirmed replacement transactions are considered unsafe\n"
2856-
"and are not eligible for spending by fundrawtransaction and sendtoaddress."},
2854+
{RPCResult::Type::BOOL, "safe", "Whether this output is considered safe to spend. Unconfirmed transactions\n"
2855+
"from outside keys and unconfirmed replacement transactions are considered unsafe\n"
2856+
"and are not eligible for spending by fundrawtransaction and sendtoaddress."},
28572857
}},
28582858
}
28592859
},

0 commit comments

Comments
 (0)