Moved setImmediate shim to wallet.

This commit is contained in:
ricmoo 2016-08-04 20:28:55 -04:00
parent eddb9c28a8
commit 4af236d3ac

View File

@ -8,6 +8,9 @@ var SigningKey = require('./signing-key.js');
var utils = require('./utils.js');
// This ensures we inject a setImmediate into the global space, which
// dramatically improves the performance of the scrypt PBKDF.
require('setimmediate');
var transactionFields = [
{name: 'nonce', maxLength: 32, },