Break refresh cycle

working-state
Garrett Mills 3 years ago
parent 0aac7161df
commit 1a114d5e8d
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -363,7 +363,7 @@ export class Blockchain extends Unit {
await this.firebase.unlock('block')
if ( !resultOfPeerRefresh ) {
this.refresh(resultOfPeerRefresh)
this.refresh(true)
}
return blocks
}

Loading…
Cancel
Save