mirror of
https://github.com/hackku21/loc-chain-backend.git
synced 2024-10-27 20:34:03 +00:00
Remove debugging
This commit is contained in:
parent
3cb0a91d2a
commit
eb0da4a28a
@ -381,13 +381,10 @@ export class Blockchain extends Unit {
|
||||
*/
|
||||
public async writeback() {
|
||||
if ( this.breakForExit ) return;
|
||||
this.logging.info('Generating initial proof-of-elapsed-time. This will take a second...')
|
||||
this.nextWaitTime = this.random(this.MIN_WAIT_TIME, this.MAX_WAIT_TIME)
|
||||
this.lastBlock = this.getLastBlock()
|
||||
this.nextProof = await this.generateProofOfWork(this.lastBlock, this.nextWaitTime)
|
||||
|
||||
console.log('writeback approved chain', this.approvedChain)
|
||||
|
||||
await Promise.all([
|
||||
this.firebase.ref('block').set(this.approvedChain.map(x => x.toItem())),
|
||||
this.firebase.ref('peers').set(this.peers)
|
||||
|
Loading…
Reference in New Issue
Block a user