We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e4004 commit fab006dCopy full SHA for fab006d
src/evo/simplifiedmns.cpp
@@ -280,7 +280,7 @@ UniValue CSimplifiedMNListDiff::ToJson(bool extended) const
280
obj.pushKV("newQuorums", newQuorumsArr);
281
282
// 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)) {
+ if (const auto opt_cbTxPayload = GetTxPayload<CCbTx>(*cbTx, /*assert_type=*/false)) {
284
obj.pushKV("merkleRootMNList", opt_cbTxPayload->merkleRootMNList.ToString());
285
if (opt_cbTxPayload->nVersion >= CCbTx::Version::MERKLE_ROOT_QUORUMS) {
286
obj.pushKV("merkleRootQuorums", opt_cbTxPayload->merkleRootQuorums.ToString());
0 commit comments