mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-31 08:13:52 +02:00
Replace "can not" with "cannot" in docs, user messages, and tests
This commit is contained in:
@@ -380,7 +380,7 @@ static RPCHelpMan verifytxoutproof()
|
||||
RPCResult{
|
||||
RPCResult::Type::ARR, "", "",
|
||||
{
|
||||
{RPCResult::Type::STR_HEX, "txid", "The txid(s) which the proof commits to, or empty array if the proof can not be validated."},
|
||||
{RPCResult::Type::STR_HEX, "txid", "The txid(s) which the proof commits to, or empty array if the proof cannot be validated."},
|
||||
}
|
||||
},
|
||||
RPCExamples{""},
|
||||
|
||||
Reference in New Issue
Block a user