Adding taproot countdown

This commit is contained in:
softsimon
2021-11-12 20:24:15 +04:00
parent 2dc930fad2
commit 9eb159617f
9 changed files with 42 additions and 46 deletions

View File

@@ -166,7 +166,7 @@ export class TransactionComponent implements OnInit, OnDestroy {
this.errorUnblinded = error;
return of(tx);
})
)
);
}
return of(tx);
})