Nil pointer on sending transaction
Open
@chasefleming is already working on this.
Since Oct 25, 2023.
Bug
- Dominant language
- Go
- Stars
- 209
- Forks
- 87
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 3
Description
Sentry Issue: FLOW-CLI-F
runtime.errorString: runtime error: invalid memory address or nil pointer dereference
File "github.com/onflow/flow-cli/internal/transactions/send.go", line 95, in send
File "github.com/onflow/flow-cli/internal/command/command.go", line 141, in Command.AddToParent.func1
File "github.com/spf13/cobra@v1.6.1/command.go", line 920, in (*Command).execute
File "github.com/spf13/cobra@v1.6.1/command.go", line 1044, in (*Command).ExecuteC
File "github.com/spf13/cobra@v1.6.1/command.go", line 968, in (*Command).Execute
...
(1 additional frame(s) were not displayed)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.