Fix merge conflicts

This commit is contained in:
Mononaut
2023-07-13 11:03:44 +09:00
parent 28ead0bed5
commit ce8630d747
3 changed files with 9 additions and 16 deletions

View File

@@ -201,7 +201,7 @@ export class StateService {
this.networkChanged$.subscribe((network) => {
this.transactions$ = new ReplaySubject<TransactionStripped>(6);
this.blocksSubject$ = new BehaviorSubject<BlockExtended[]>([]);
this.blocksSubject$.next([]);
});
this.blockVSize = this.env.BLOCK_WEIGHT_UNITS / 4;