Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
gades committed Dec 14, 2023
1 parent 1fcfd4f commit 82facdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4663,7 +4663,6 @@ int64_t GetMasternodePayment(int nHeight, int64_t blockValue)
} else {
// We'll increase percent for Masternode owners each time when new service on masternode will be available.
ret = (nHeight < REWARD_DECREASE_HARDFORK_V18) ? blockValue / 1000 : 1;
}
}

return ret;
Expand Down

0 comments on commit 82facdc

Please sign in to comment.