Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Nov 24, 2024
1 parent dacb037 commit 4392dc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ import (
var (
ErrInvalidSigner = errors.Register(ModuleName, 1100, "expected gov account as only signer for proposal message")
<%= if (isIBC) { %>ErrInvalidPacketTimeout = errors.Register(ModuleName, 1500, "invalid packet timeout")
ErrInvalidVersion = errors.Register(ModuleName, 1501, "invalid version")<% } %>
ErrInvalidVersion = errors.Register(ModuleName, 1501, "invalid version")<% } %>
)

0 comments on commit 4392dc0

Please sign in to comment.