Break refresh cycle

This commit is contained in:
Garrett Mills 2021-04-10 15:40:47 -05:00
parent 0aac7161df
commit 1a114d5e8d
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

View File

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