Browse Source

Fix typo

activeAddress
Kosta Korenkov 10 years ago
parent
commit
0ccdbf97d7
  1. 2
      test/integration/server.js

2
test/integration/server.js

@ -3038,7 +3038,7 @@ describe('Wallet service', function() {
});
});
describe('#broadcastTx & #braodcastRawTx', function() {
describe('#broadcastTx & #broadcastRawTx', function() {
var server, wallet, txpid;
beforeEach(function(done) {
helpers.createAndJoinWallet(1, 1, function(s, w) {

Loading…
Cancel
Save