mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-25 14:45:48 +00:00
Remote.book bug fix
This commit is contained in:
@@ -1077,7 +1077,7 @@ Remote.prototype.book = function (currency_gets, issuer_gets, currency_pays, iss
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return book;
|
return this._books[key];
|
||||||
};
|
};
|
||||||
|
|
||||||
// Return the next account sequence if possible.
|
// Return the next account sequence if possible.
|
||||||
|
|||||||
Reference in New Issue
Block a user