Moved setImmediate shim to wallet.
This commit is contained in:
parent
eddb9c28a8
commit
4af236d3ac
@ -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, },
|
||||
|
Loading…
Reference in New Issue
Block a user