Skip to content

Commit

Permalink
Update x/accounts/internal/implementation/api_builder.go
Browse files Browse the repository at this point in the history
Co-authored-by: samricotta <[email protected]>
  • Loading branch information
testinginprod and samricotta authored Sep 5, 2023
1 parent c483aff commit 95974bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/accounts/internal/implementation/api_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func (r *ExecuteBuilder) makeRequestDecoder() func(requestBytes []byte) (any, er
return nil, err
}

// we do not check if it is part of a valid message set that an account can handle
// we do not check if it is part of a valid message set as an account can handle
// since the handler will do so.
return msg, nil
}
Expand Down

0 comments on commit 95974bc

Please sign in to comment.