Browse Source

add test signature

activeAddress
Ivan Socolsky 10 years ago
parent
commit
767ff3b33e
  1. 1
      test/integration/server.js

1
test/integration/server.js

@ -2589,6 +2589,7 @@ describe('Wallet service', function() {
done(); done();
}); });
}); });
it.skip('should abort scan if there is an error checking address activity', function(done) {});
}); });
}); });

Loading…
Cancel
Save