minor changes

This commit is contained in:
Alfonso de la Rocha 2022-09-16 13:09:27 +02:00
parent 72c80a3461
commit 0209052821
No known key found for this signature in database
GPG Key ID: 97DE48FDFC756FBD

View File

@ -119,7 +119,7 @@ func HandleIncomingBlocks(ctx context.Context, bsub *pubsub.Subscription, self p
}
// Garbage collect the broadcast state
cb.GarbageCollect(blk.Header.Height)
log.Infof("Block in height %v delivered successfully", blk.Header.Height)
log.Infof("Block in height %v delivered successfully (cid=)", blk.Header.Height, blk.Cid())
if s.InformNewBlock(msg.ReceivedFrom, &types.FullBlock{
Header: blk.Header,