Skip to content

Commit fe607df

Browse files
UdjinM6knst
authored andcommitted
chore: typo
1 parent 0a3b74a commit fe607df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/llmq/signing_shares.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ bool CSigSharesManager::ProcessMessageSigShares(const CNode& pfrom, const CSigSh
274274
}
275275
if (msg_type == NetMsgType::QSIGSHARESINV) {
276276
session->announced.Merge(inv);
277-
} else { // msg_type == msg_type == NetMsgType::QGETSIGSHARES
277+
} else { // msg_type == NetMsgType::QGETSIGSHARES
278278
session->requested.Merge(inv);
279279
}
280280

0 commit comments

Comments
 (0)