@ -770,8 +770,8 @@ WalletService.prototype._sampleFeeLevels = function(network, points, cb) {
var self = this;
// TODO: cache blockexplorer data
async.map(points, function(p, next) {
var bc = self._getBlockchainExplorer(network);
bc.estimateFee(p, function(err, result) {
if (err) {
log.error('Error estimating fee', err);