diff --git a/src/app/units/Blockchain.ts b/src/app/units/Blockchain.ts index 2b34835..cbcc4d2 100644 --- a/src/app/units/Blockchain.ts +++ b/src/app/units/Blockchain.ts @@ -363,7 +363,7 @@ export class Blockchain extends Unit { await this.firebase.unlock('block') if ( !resultOfPeerRefresh ) { - this.refresh(resultOfPeerRefresh) + this.refresh(true) } return blocks }