Skip to content

Commit

Permalink
Update x/crosschain/types/msgs.go
Browse files Browse the repository at this point in the history
Co-authored-by: fx0x55 <80245546+fx0x55@users.noreply.github.com>
  • Loading branch information
zakir-code and fx0x55 committed Oct 30, 2023
1 parent ec7bcb6 commit 404b448
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x/crosschain/types/msgs.go
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,5 @@ func (m *MsgUpdateChainOracles) ValidateBasic() error {
}

func (m *MsgUpdateChainOracles) GetSigners() []sdk.AccAddress {
addr := sdk.MustAccAddressFromBech32(m.Authority)
return []sdk.AccAddress{addr}
return []sdk.AccAddress{sdk.MustAccAddressFromBech32(m.Authority)}
}

0 comments on commit 404b448

Please sign in to comment.