force ignoreMaxGap flag

This commit is contained in:
Ivan Socolsky 2015-12-06 01:19:13 -03:00
parent ee2a14b9bb
commit 92f9f0bc7d
1 changed files with 1 additions and 0 deletions

View File

@ -730,6 +730,7 @@ WalletService.prototype.createAddress = function(opts, cb) {
var self = this;
opts = opts || {};
opts.ignoreMaxGap = true;
self._runLocked(cb, function(cb) {
self.getWallet({}, function(err, wallet) {