Skip to content

Commit

Permalink
Use btceUSD as the default symbol for bitcoincharts
Browse files Browse the repository at this point in the history
  • Loading branch information
selaux committed May 4, 2014
1 parent b00a053 commit 485a048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/markets/bitcoincharts.js
Expand Up @@ -11,7 +11,7 @@ var request = require('request'),
module.exports = Module.extend({
defaults: {
interval: 60 * 60 * 1e3,
symbol: 'mtgoxUSD',
symbol: 'btceUSD',
chartTimespan: 14 * 24 * 60 * 60 * 1000,
chartPrecision: 60 * 60 * 1000
},
Expand Down

0 comments on commit 485a048

Please sign in to comment.