Browse Source

fix test

activeAddress
Ivan Socolsky 9 years ago
parent
commit
7914ce7485
No known key found for this signature in database GPG Key ID: FAECE6A05FAA4F56
  1. 1
      test/integration/server.js

1
test/integration/server.js

@ -5962,6 +5962,7 @@ describe('Wallet service', function() {
blockchainExplorer.getBlockchainHeight = sinon.stub().callsArgWith(0, null, 200);
server._notify('NewBlock', {
network: 'livenet',
hash: 'dummy hash',
}, {
isGlobal: true

Loading…
Cancel
Save