aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-04-18 14:14:25 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-04-18 14:14:30 +0200
commit9eb7565cddf29db74ac899725a4ddb565bb2038b (patch)
treecd371014b86a9f98f53c1c338bada6541597af63
parent88616d2008633aaa197df4312585efcd11bf889f (diff)
parentdc0693f6379cc63fcea4cb979526b1ba8e0461f3 (diff)
downloadbitcoin-9eb7565cddf29db74ac899725a4ddb565bb2038b.tar.xz
Merge #7897: add missing newline
dc0693f add missing newline (Chris Moore)
-rw-r--r--src/wallet/rpcwallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp
index 3078cebd48..096206f5de 100644
--- a/src/wallet/rpcwallet.cpp
+++ b/src/wallet/rpcwallet.cpp
@@ -2443,7 +2443,7 @@ UniValue fundrawtransaction(const UniValue& params, bool fHelp)
"Note that inputs which were signed may need to be resigned after completion since in/outputs have been added.\n"
"The inputs added will not be signed, use signrawtransaction for that.\n"
"Note that all existing inputs must have their previous output transaction be in the wallet.\n"
- "Note that all inputs selected must be of standard form and P2SH scripts must be"
+ "Note that all inputs selected must be of standard form and P2SH scripts must be\n"
"in the wallet using importaddress or addmultisigaddress (to calculate fees).\n"
"Only pay-to-pubkey, multisig, and P2SH versions thereof are currently supported for watch-only\n"
"\nArguments:\n"