node/cmd: remove an extra err check

commit-id:e3096e20
This commit is contained in:
Leo 2022-02-17 00:05:54 +01:00 committed by Evan Gray
parent 6686d6aec8
commit a9e36ea7fb
1 changed files with 0 additions and 3 deletions

View File

@ -188,9 +188,6 @@ func (s *nodePrivilegedService) InjectGovernanceVAA(ctx context.Context, req *no
// Generate digest of the unsigned VAA.
digest := v.SigningMsg()
if err != nil {
panic(err)
}
s.logger.Info("governance VAA constructed",
zap.Any("vaa", v),