Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianToledano committed Mar 4, 2024
1 parent 705f557 commit 6d21265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion converter.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ func (c converter) Ops(status string, msg protov2.Message) ([]*rosettatypes.Oper
return nil, crgerrs.WrapError(crgerrs.ErrConverter, fmt.Sprintf("while getting meta from message %s", err.Error()))
}

signers, err := c.cdc.InterfaceRegistry().SigningContext().GetSigners(msg)
signers, err := c.cdc.GetMsgV2Signers(msg)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 6d21265

Please sign in to comment.