Skip to content

Commit

Permalink
validatebasic
Browse files Browse the repository at this point in the history
  • Loading branch information
rbajollari committed Dec 14, 2023
1 parent 8ef5c4c commit 144af04
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x/gmp/types/msgs.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ func (msg MsgRelayPrice) ValidateBasic() error {
if msg.Timestamp == 0 {
return fmt.Errorf("timestamp cannot be empty")
}
if msg.ClientContractAddress == "" {
return fmt.Errorf("clientContractAddress cannot be empty")
}
if msg.OjoContractAddress == "" {
return fmt.Errorf("cjoContractAddress cannot be empty")
}
Expand Down

0 comments on commit 144af04

Please sign in to comment.