Another bugfix related to the mempool transaction subscription.
This commit is contained in:
@@ -56,7 +56,7 @@ export class TransactionComponent implements OnInit, OnDestroy {
|
||||
),
|
||||
);
|
||||
}),
|
||||
flatMap(() => {
|
||||
switchMap(() => {
|
||||
let transactionObservable$: Observable<Transaction>;
|
||||
if (history.state.data) {
|
||||
transactionObservable$ = of(history.state.data);
|
||||
|
||||
Reference in New Issue
Block a user