mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
Fix merge error
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user