diff --git a/lib/server.js b/lib/server.js index e34d796..a787a0d 100644 --- a/lib/server.js +++ b/lib/server.js @@ -979,7 +979,7 @@ WalletService.prototype.getBalance = function(opts, cb) { self._computeBytesToSendMax(utxos, function(err, size) { if (err) { - log.error('Could not compute fees needed to transfer max amount', err); + log.error('Could not compute size of send max transaction', err); } balance.totalBytesToSendMax = size || 0; return cb(null, balance);