mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 22:58:30 +01:00
Delete redirect to /tracker/ for cash.app
This commit is contained in:
parent
05c6709926
commit
d1eec80afb
1 changed files with 0 additions and 4 deletions
|
@ -227,10 +227,6 @@ export class StateService {
|
|||
}
|
||||
});
|
||||
|
||||
if (this.referrer === 'https://cash.app/' && window.innerWidth < 850 && window.location.pathname.startsWith('/tx/')) {
|
||||
this.router.navigate(['/tracker/' + window.location.pathname.slice(4)]);
|
||||
}
|
||||
|
||||
this.liveMempoolBlockTransactions$ = this.mempoolBlockUpdate$.pipe(scan((transactions: { [txid: string]: TransactionStripped }, change: MempoolBlockUpdate): { [txid: string]: TransactionStripped } => {
|
||||
if (isMempoolState(change)) {
|
||||
const txMap = {};
|
||||
|
|
Loading…
Add table
Reference in a new issue