Fix merge conflicts

This commit is contained in:
Mononaut
2023-07-13 11:03:44 +09:00
parent 886a099a2f
commit 1e69ea2f1d
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;