[#867] governance: Add more logs of the alphabet and inner ring lists

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2021-09-29 19:54:49 +03:00 committed by Leonard Lyubich
parent be05bed0b3
commit e558cdd9dd
2 changed files with 26 additions and 2 deletions

View file

@ -99,7 +99,8 @@ func (s *Server) voteForSidechainValidator(validators keys.PublicKeys) error {
if err != nil {
s.log.Warn("can't invoke vote method in alphabet contract",
zap.Int8("alphabet_index", int8(letter)),
zap.Uint64("epoch", epoch))
zap.Uint64("epoch", epoch),
zap.String("error", err.Error()))
}
})