mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-10 22:10:11 +00:00
add print statements
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
[validators]
|
||||
validator01 = 100
|
||||
validator02 = 10
|
||||
validator03 = 10
|
||||
|
||||
[node.validator01]
|
||||
snapshot_interval = 3
|
||||
[node.validator02]
|
||||
|
||||
Reference in New Issue
Block a user