Fix merge error

This commit is contained in:
Chris Clark
2015-10-06 12:47:26 -07:00
parent d8d6f945ec
commit 701d4c5722

View File

@@ -2278,7 +2278,7 @@ Remote.prototype.requestGatewayBalances = function(options, callback) {
const request = new Request(this, 'gateway_balances');
request.message.account = UInt160.json_rewrite(options.account);
request.message.account = options.account;
if (!_.isUndefined(options.hotwallet)) {
request.message.hotwallet = options.hotwallet;