File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2810,8 +2810,8 @@ Res ProcessDeFiEventFallible(const CBlock &block,
28102810 info.size_stripped = GetSerializeSize (block, PROTOCOL_VERSION | SERIALIZE_TRANSACTION_NO_WITNESS );
28112811 info.weight = GetBlockWeight (block);
28122812 info.stake_modifier = pindex->stakeModifier .ToString ();
2813- info.minter = " " ; // mn operator address
2814- info.masternode = " " ; // mn owner address
2813+ info.minter = " " ; // mn operator address
2814+ info.masternode = " " ; // mn owner address
28152815
28162816 // minter info
28172817 CKeyID minter;
@@ -2822,7 +2822,8 @@ Res ProcessDeFiEventFallible(const CBlock &block,
28222822 info.masternode = id->ToString ();
28232823 auto mn = mnview.GetMasternode (*id);
28242824 if (mn) {
2825- auto dest = mn->operatorType == 1 ? CTxDestination (PKHash (minter)) : CTxDestination (WitnessV0KeyHash (minter));
2825+ auto dest =
2826+ mn->operatorType == 1 ? CTxDestination (PKHash (minter)) : CTxDestination (WitnessV0KeyHash (minter));
28262827 info.minter = EncodeDestination (dest);
28272828 }
28282829 }
You can’t perform that action at this time.
0 commit comments