diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-04-18 14:14:25 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-04-18 14:14:30 +0200 |
| commit | 9eb7565cddf29db74ac899725a4ddb565bb2038b (patch) | |
| tree | cd371014b86a9f98f53c1c338bada6541597af63 /src/wallet/rpcwallet.cpp | |
| parent | Merge #7848: Divergence between 32- and 64-bit when hashing >4GB affects `get... (diff) | |
| parent | add missing newline (diff) | |
| download | discoin-9eb7565cddf29db74ac899725a4ddb565bb2038b.tar.xz discoin-9eb7565cddf29db74ac899725a4ddb565bb2038b.zip | |
Merge #7897: add missing newline
dc0693f add missing newline (Chris Moore)
Diffstat (limited to 'src/wallet/rpcwallet.cpp')
| -rw-r--r-- | src/wallet/rpcwallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 3078cebd4..096206f5d 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" |