Break refresh cycle

This commit is contained in:
2021-04-10 15:40:47 -05:00
parent 0aac7161df
commit 1a114d5e8d

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
}