Fix cpfp observable error

This commit is contained in:
Mononaut 2023-01-16 12:04:24 -06:00
parent 9b61e2bcb0
commit f81e11e313
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

@ -122,7 +122,11 @@ export class TransactionComponent implements OnInit, AfterViewInit, OnDestroy {
}
}),
delay(2000)
)))
)),
catchError(() => {
return of(null);
})
)
),
catchError(() => {
return of(null);