Skip to content

Commit fab006d

Browse files
committed
refactor: add var name comment
1 parent 50e4004 commit fab006d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/evo/simplifiedmns.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ UniValue CSimplifiedMNListDiff::ToJson(bool extended) const
280280
obj.pushKV("newQuorums", newQuorumsArr);
281281

282282
// Do not assert special tx type here since this can be called prior to DIP0003 activation
283-
if (const auto opt_cbTxPayload = GetTxPayload<CCbTx>(*cbTx, false)) {
283+
if (const auto opt_cbTxPayload = GetTxPayload<CCbTx>(*cbTx, /*assert_type=*/false)) {
284284
obj.pushKV("merkleRootMNList", opt_cbTxPayload->merkleRootMNList.ToString());
285285
if (opt_cbTxPayload->nVersion >= CCbTx::Version::MERKLE_ROOT_QUORUMS) {
286286
obj.pushKV("merkleRootQuorums", opt_cbTxPayload->merkleRootQuorums.ToString());

0 commit comments

Comments
 (0)