Skip to content

Commit 847d278

Browse files
committed
[Trivial] Missing newline in delegatestake
1 parent 7440709 commit 847d278

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
@@ -1088,12 +1088,12 @@ UniValue delegatestake(const JSONRPCRequest& request)
10881088
"\nArguments:\n"
10891089
"1. \"stakingaddress\" (string, required) The pivx staking address to delegate.\n"
10901090
"2. \"amount\" (numeric, required) The amount in PIV to delegate for staking. eg 100\n"
1091-
"3. \"owneraddress\" (string, optional) The pivx address corresponding to the key that will be able to spend the stake. \n"
1091+
"3. \"owneraddress\" (string, optional) The pivx address corresponding to the key that will be able to spend the stake.\n"
10921092
" If not provided, or empty string, a new wallet address is generated.\n"
10931093
"4. \"fExternalOwner\" (boolean, optional, default = false) use the provided 'owneraddress' anyway, even if not present in this wallet.\n"
10941094
" WARNING: The owner of the keys to 'owneraddress' will be the only one allowed to spend these coins.\n"
1095-
"5. \"fUseDelegated\" (boolean, optional, default = false) include already delegated inputs if needed."
1096-
"6. \"fForceNotEnabled\" (boolean, optional, default = false) force the creation even if SPORK 17 is disabled (for tests)."
1095+
"5. \"fUseDelegated\" (boolean, optional, default = false) include already delegated inputs if needed.\n"
1096+
"6. \"fForceNotEnabled\" (boolean, optional, default = false) force the creation even if SPORK 17 is disabled (for tests).\n"
10971097

10981098
"\nResult:\n"
10991099
"{\n"

0 commit comments

Comments
 (0)