Skip to content

Commit

Permalink
update masternode
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Nov 24, 2023
1 parent 84edc2d commit 743fe6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Miningcore/Blockchain/Bitcoin/BitcoinJob.cs
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ protected virtual byte[] BuildRawTransactionBuffer()

protected virtual Money CreateMasternodeOutputs(Transaction tx, Money reward)
{
if(masterNodeParameters.Masternode != null && masterNodeParameters.MasternodePaymentsStarted && masterNodeParameters.MasternodePaymentsEnforced)
if(masterNodeParameters.Masternode != null)
{
Masternode[] masternodes;

Expand Down

0 comments on commit 743fe6d

Please sign in to comment.