Skip to content

Commit

Permalink
[Trivial] Fix typo reccomended->recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
Duddino committed Feb 20, 2024
1 parent 4ca4c39 commit 1259086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/blockchain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ UniValue invalidateblock(const JSONRPCRequest& request)
if (request.fHelp || request.params.size() != 1)
throw std::runtime_error(
"invalidateblock \"blockhash\"\n"
"\nPermanently marks a block as invalid, as if it violated a consensus rule. Note: it might take up to some minutes and after calling it's reccomended to run recover transactions. \n"
"\nPermanently marks a block as invalid, as if it violated a consensus rule. Note: it might take up to some minutes and after calling it's recommended to run recover transactions. \n"

"\nArguments:\n"
"1. blockhash (string, required) the hash of the block to mark as invalid\n"
Expand Down

0 comments on commit 1259086

Please sign in to comment.