Skip to content

Commit

Permalink
Fix compil feautre/evm branch (#1890)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPing authored Apr 12, 2023
1 parent f66f53e commit 15ddd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/masternodes/mn_checks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3871,7 +3871,7 @@ class CCustomTxApplyVisitor : public CCustomTxVisitor {
}
} else if (obj.type == CTransferBalanceType::EvmOut) {

for (const auto& [addr, _] : obj.from) {
for (const auto& [addr, balances] : obj.from) {
CTxDestination dest;
if (ExtractDestination(addr, dest)) {
if (dest.index() != WitV16KeyEthHashType) {
Expand Down

0 comments on commit 15ddd26

Please sign in to comment.