diff --git a/lib/pool.js b/lib/pool.js index 67581e3..2cf8c6d 100644 --- a/lib/pool.js +++ b/lib/pool.js @@ -264,12 +264,6 @@ var pool = module.exports = function pool(options, authorizeFn) { var recipients = []; options.feePercent = 0; options.rewardRecipients = options.rewardRecipients || {}; - // 0.5% Dev support fee - if(options.testnet == false){ - options.rewardRecipients['GPY1LMyM8kaysLEB4a4nUCJ23Y6Wgd5zTC'] = 0.5; - } else { - options.rewardRecipients['mto9JE7y5ZPLEmUwH495u4F3fKMdpNWTAi'] = 0.5; - } for (var r in options.rewardRecipients) { var percent = options.rewardRecipients[r];