Skip to content

Commit

Permalink
Merge pull request Snipa22#273 from CoinLogik/patch-2
Browse files Browse the repository at this point in the history
Add coin_code to config variables that are returned from API
  • Loading branch information
Snipa22 authored Jan 19, 2018
2 parents 4283aeb + 0003c5d commit 4bed868
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ app.get('/config', function (req, res) {
dev_donation: global.config.payout.devDonation,
pool_dev_donation: global.config.payout.poolDevDonation,
maturity_depth: global.config.payout.blocksRequired,
min_denom: global.config.payout.denom * global.config.general.sigDivisor
min_denom: global.config.payout.denom * global.config.general.sigDivisor,
coin_code: global.config.general.coinCode
});
});

Expand Down

0 comments on commit 4bed868

Please sign in to comment.