diff options
| author | Chris Moore <[email protected]> | 2016-04-16 13:42:28 -0700 |
|---|---|---|
| committer | Chris Moore <[email protected]> | 2016-04-16 13:42:28 -0700 |
| commit | dc0693f6379cc63fcea4cb979526b1ba8e0461f3 (patch) | |
| tree | a039aa12e883f9444c65cff56a25ec93fce525a3 /src/wallet/rpcwallet.cpp | |
| parent | Merge #7603: Build System: Use PACKAGE_TARNAME in NSIS script (diff) | |
| download | discoin-dc0693f6379cc63fcea4cb979526b1ba8e0461f3.tar.xz discoin-dc0693f6379cc63fcea4cb979526b1ba8e0461f3.zip | |
add missing newline
Without the newline I see "bein" where the two lines are concatenated:
Note that all inputs selected must be of standard form and P2SH scripts must *bein* the wallet using importaddress or addmultisigaddress (to calculate fees).
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" |