add print statements

This commit is contained in:
Callum Waters
2021-08-26 11:36:48 +02:00
parent 18982cd831
commit ffe02e5209
2 changed files with 6 additions and 0 deletions

View File

@@ -691,6 +691,7 @@ func (r *Reactor) handleLightBlockMessage(envelope p2p.Envelope) error {
if err := r.dispatcher.Respond(msg.LightBlock, envelope.From); err != nil {
r.Logger.Error("error processing light block response", "err", err)
}
r.Logger.Info("processed light block response")
default:
return fmt.Errorf("received unknown message: %T", msg)

View File

@@ -1,3 +1,8 @@
[validators]
validator01 = 100
validator02 = 10
validator03 = 10
[node.validator01]
snapshot_interval = 3
[node.validator02]