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
When I run the command skycoin cli-transaction with out arguments raise next error:
skycoin cli-transaction
panic: runtime error: index out of range goroutine 1 [running]: github.com/skycoin/skycoin/src/cli.transactionCmd.func1(0xc420323680, 0xd2b448, 0x0, 0x0, 0x0, 0x0) $GOPATH/src/github.com/skycoin/skycoin/src/cli/transaction.go:28 +0x1b2 github.com/skycoin/skycoin/vendor/github.com/spf13/cobra.(*Command).execute(0xc420323680, 0xd2b448, 0x0, 0x0, 0xc420323680, 0xd2b448) $GOPATH/src/github.com/skycoin/skycoin/vendor/github.com/spf13/cobra/command.go:762 +0x468 github.com/skycoin/skycoin/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0xc420316000, 0xc420325400, 0xc420325680, 0xc420325900) $GOPATH/src/github.com/skycoin/skycoin/vendor/github.com/spf13/cobra/command.go:852 +0x30a github.com/skycoin/skycoin/vendor/github.com/spf13/cobra.(*Command).Execute(0xc420316000, 0x1a, 0xc420312010) $GOPATH/src/github.com/skycoin/skycoin/vendor/github.com/spf13/cobra/command.go:800 +0x2b main.main() $GOPATH/src/github.com/skycoin/skycoin/cmd/cli/cli.go:26 +0x19e
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I run the command
skycoin cli-transaction
with out arguments raise next error:The text was updated successfully, but these errors were encountered: