Updated dist files.

This commit is contained in:
Richard Moore 2018-06-22 03:10:59 -04:00
parent a19cc91cd4
commit c4edd957b4
No known key found for this signature in database
GPG Key ID: 525F70A6FCABC295
3 changed files with 2 additions and 3 deletions

1
dist/ethers.js vendored

@ -8340,7 +8340,6 @@ module.exports = { };
var limit = parseInt(1000 / r);
// Trick from scrypt-async; if there is a setImmediate shim in place, use it
console.log('SS2', typeof(setImmediate), window);
var nextTick = (typeof(setImmediate) !== 'undefined') ? setImmediate : setTimeout;
// This is really all I changed; making scryptsy a state machine so we occasionally

2
dist/ethers.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long