Skip to content

Commit

Permalink
[Trivial] Missing newline in delegatestake
Browse files Browse the repository at this point in the history
  • Loading branch information
random-zebra committed Nov 16, 2020
1 parent 7440709 commit 847d278
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/wallet/rpcwallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1088,12 +1088,12 @@ UniValue delegatestake(const JSONRPCRequest& request)
"\nArguments:\n"
"1. \"stakingaddress\" (string, required) The pivx staking address to delegate.\n"
"2. \"amount\" (numeric, required) The amount in PIV to delegate for staking. eg 100\n"
"3. \"owneraddress\" (string, optional) The pivx address corresponding to the key that will be able to spend the stake. \n"
"3. \"owneraddress\" (string, optional) The pivx address corresponding to the key that will be able to spend the stake.\n"
" If not provided, or empty string, a new wallet address is generated.\n"
"4. \"fExternalOwner\" (boolean, optional, default = false) use the provided 'owneraddress' anyway, even if not present in this wallet.\n"
" WARNING: The owner of the keys to 'owneraddress' will be the only one allowed to spend these coins.\n"
"5. \"fUseDelegated\" (boolean, optional, default = false) include already delegated inputs if needed."
"6. \"fForceNotEnabled\" (boolean, optional, default = false) force the creation even if SPORK 17 is disabled (for tests)."
"5. \"fUseDelegated\" (boolean, optional, default = false) include already delegated inputs if needed.\n"
"6. \"fForceNotEnabled\" (boolean, optional, default = false) force the creation even if SPORK 17 is disabled (for tests).\n"

"\nResult:\n"
"{\n"
Expand Down

0 comments on commit 847d278

Please sign in to comment.