Skip to content

Commit

Permalink
Merge #2909: [Trivial] Fix typo reccomended->recommended
Browse files Browse the repository at this point in the history
1259086 [Trivial] Fix typo reccomended->recommended (Duddino)

Pull request description:

  Codespell complained of this typo

ACKs for top commit: 1259086
  Fuzzbawls:
    ACK 1259086
  panleone:
    utACK 1259086

Tree-SHA512: a247bb2f1ef51e3f2630a08043963833adb1b12c3b9b50322f330a9f1dd7273dbb8987e1f0444869bab513c079c5c272fd52236f946b08395a2552f261eda13c
  • Loading branch information
Fuzzbawls committed Mar 22, 2024
2 parents ae75444 + 1259086 commit 71db398
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 71db398

Please sign in to comment.