mirror of
https://github.com/mempool/mempool.git
synced 2025-02-25 07:07:36 +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 } => {
|
this.liveMempoolBlockTransactions$ = this.mempoolBlockUpdate$.pipe(scan((transactions: { [txid: string]: TransactionStripped }, change: MempoolBlockUpdate): { [txid: string]: TransactionStripped } => {
|
||||||
if (isMempoolState(change)) {
|
if (isMempoolState(change)) {
|
||||||
const txMap = {};
|
const txMap = {};
|
||||||
|
|
Loading…
Add table
Reference in a new issue