This commit is contained in:
Kosta Korenkov 2015-09-03 12:55:36 +03:00
parent 20af02e24f
commit 0ccdbf97d7
1 changed files with 1 additions and 1 deletions

View File

@ -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) {