release 73 fix

This commit is contained in:
mmarcel 2022-05-02 22:13:23 +01:00
parent 7b866a29e8
commit b1e03e22f9

View File

@ -629,7 +629,7 @@ func (chain *Blockchain) Accept_new_block(tstamp uint64, miniblock_blob []byte)
result = true // block's pow is valid result = true // block's pow is valid
if !chain.simulator { // if not in simulator mode, relay block to the chain if !chain.simulator { // if not in simulator mode, relay block to the chain
chain.P2P_Block_Relayer(cbl, 0) // lets relay the block to network go chain.P2P_Block_Relayer(cbl, 0) // lets relay the block to network
} }
} else { } else {
logger.V(3).Error(err, "Block Rejected", "blid", bl.GetHash()) logger.V(3).Error(err, "Block Rejected", "blid", bl.GetHash())