Skip to content

Commit

Permalink
adapt to DASHD
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-at-decenomy committed Jan 25, 2025
1 parent 641e1e9 commit 40c698b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/masternode-payments.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ bool CMasternodePayments::IsTransactionValid(const CBlock& block, const CBlockIn
{
const auto& params = Params();
const auto& consensus = params.GetConsensus();
const auto& nTargetSpacing = consensus.nTargetSpacing;
const auto& nTargetSpacing = consensus.TargetSpacing(nPrevBlockHeight);

if(pLastPaidBlock) {

Expand Down

0 comments on commit 40c698b

Please sign in to comment.