Skip to content

Commit

Permalink
fix: typo s/Requre/Require/
Browse files Browse the repository at this point in the history
Co-authored-by: Odysseas Gabrielides <[email protected]>
  • Loading branch information
UdjinM6 and ogabrielides authored Dec 16, 2023
1 parent d0a4894 commit b966d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/quorums.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ static UniValue quorum_getdata(const JSONRPCRequest& request, const LLMQContext&
uint256 proTxHash;

if (nDataMask & llmq::CQuorumDataRequest::ENCRYPTED_CONTRIBUTIONS) {
// Requre proTxHash if request wants ENCRYPTED_CONTRIBUTIONS data
// Require proTxHash if request wants ENCRYPTED_CONTRIBUTIONS data
if (!request.params[4].isNull()) {
proTxHash = ParseHashV(request.params[4], "proTxHash");
if (proTxHash.IsNull()) {
Expand Down

0 comments on commit b966d97

Please sign in to comment.