We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panic: runtime error: index out of range [0] with length 0
goroutine 1 [running]: github.com/peggyjv/gravity-bridge/module/x/gravity/client/cli.CmdUnbatchedSendToEthereums.func1(0xc0011c8500, 0x328ed98, 0x0, 0x0, 0x0, 0x0) /home/runner/go/pkg/mod/github.com/peggyjv/gravity-bridge/[email protected]/x/gravity/client/cli/query.go:667 +0x3f4 github.com/spf13/cobra.(*Command).execute(0xc0011c8500, 0x328ed98, 0x0, 0x0, 0xc0011c8500, 0x328ed98) /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:856 +0x472 github.com/spf13/cobra.(*Command).ExecuteC(0xc0010c0780, 0x0, 0x0, 0xc0010bcf60) /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:974 +0x375 github.com/spf13/cobra.(*Command).Execute(...) /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:902 github.com/spf13/cobra.(*Command).ExecuteContext(...) /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:895 github.com/cosmos/cosmos-sdk/server/cmd.Execute(0xc0010c0780, 0xc0010bcf60, 0x1d, 0x24a9618, 0xc0010d93c0) /home/runner/go/pkg/mod/github.com/cosmos/[email protected]/server/cmd/execute.go:36 +0x285 main.main() /home/runner/work/sommelier/sommelier/cmd/sommelier/main.go:14 +0x45
The text was updated successfully, but these errors were encountered:
This is a bug in the gravity module CLI which is fixed by this PR: PeggyJV/gravity-bridge#466
Sorry, something went wrong.
cbrit
No branches or pull requests
panic: runtime error: index out of range [0] with length 0
goroutine 1 [running]:
github.com/peggyjv/gravity-bridge/module/x/gravity/client/cli.CmdUnbatchedSendToEthereums.func1(0xc0011c8500, 0x328ed98, 0x0, 0x0, 0x0, 0x0)
/home/runner/go/pkg/mod/github.com/peggyjv/gravity-bridge/[email protected]/x/gravity/client/cli/query.go:667 +0x3f4
github.com/spf13/cobra.(*Command).execute(0xc0011c8500, 0x328ed98, 0x0, 0x0, 0xc0011c8500, 0x328ed98)
/home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:856 +0x472
github.com/spf13/cobra.(*Command).ExecuteC(0xc0010c0780, 0x0, 0x0, 0xc0010bcf60)
/home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:974 +0x375
github.com/spf13/cobra.(*Command).Execute(...)
/home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:902
github.com/spf13/cobra.(*Command).ExecuteContext(...)
/home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:895
github.com/cosmos/cosmos-sdk/server/cmd.Execute(0xc0010c0780, 0xc0010bcf60, 0x1d, 0x24a9618, 0xc0010d93c0)
/home/runner/go/pkg/mod/github.com/cosmos/[email protected]/server/cmd/execute.go:36 +0x285
main.main()
/home/runner/work/sommelier/sommelier/cmd/sommelier/main.go:14 +0x45
The text was updated successfully, but these errors were encountered: