Merge branch 'master' into nymkappa/search-autofocus

This commit is contained in:
nymkappa
2023-07-25 13:31:15 +09:00
committed by GitHub
8 changed files with 124 additions and 47 deletions

View File

@@ -114,6 +114,7 @@ export class StateService {
mempoolTxPosition$ = new Subject<{ txid: string, position: MempoolPosition}>();
blockTransactions$ = new Subject<Transaction>();
isLoadingWebSocket$ = new ReplaySubject<boolean>(1);
isLoadingMempool$ = new BehaviorSubject<boolean>(true);
vbytesPerSecond$ = new ReplaySubject<number>(1);
previousRetarget$ = new ReplaySubject<number>(1);
backendInfo$ = new ReplaySubject<IBackendInfo>(1);