Adding taproot countdown

This commit is contained in:
softsimon
2021-11-12 20:24:15 +04:00
parent 716cf795b1
commit bde95fd547
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);
})