Skip to content

Commit

Permalink
minor build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bumbacoin committed Jun 16, 2018
1 parent 2a07908 commit 66379f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rpcmining.cpp
Expand Up @@ -585,7 +585,6 @@ Value getblocktemplate(const Array& params, bool fHelp)
result.push_back(Pair("masternode_payments", pblock->nTime > Params().StartMasternodePayments()));
result.push_back(Pair("enforce_masternode_payments", true));

result.push_back(Pair("developerfee_wallet", Params().GetDeveloperFeePayee()));
return result;
}

Expand Down

0 comments on commit 66379f4

Please sign in to comment.