From 1a114d5e8d5e4ea6ea99f3350ac89a37ba37cbe4 Mon Sep 17 00:00:00 2001 From: garrettmills Date: Sat, 10 Apr 2021 15:40:47 -0500 Subject: [PATCH] Break refresh cycle --- src/app/units/Blockchain.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }