mirror of
https://github.com/hackku21/loc-chain-backend.git
synced 2026-03-02 03:40:09 +00:00
Break refresh cycle
This commit is contained in:
@@ -363,7 +363,7 @@ export class Blockchain extends Unit {
|
|||||||
|
|
||||||
await this.firebase.unlock('block')
|
await this.firebase.unlock('block')
|
||||||
if ( !resultOfPeerRefresh ) {
|
if ( !resultOfPeerRefresh ) {
|
||||||
this.refresh(resultOfPeerRefresh)
|
this.refresh(true)
|
||||||
}
|
}
|
||||||
return blocks
|
return blocks
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user