You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
The command should print the stack trace if the configuration is missing (and they haven't disabled stack traces in their rosetta config), print the usage message, and exit with a nonzero result value
Additional context
N/A
The text was updated successfully, but these errors were encountered:
t-hale
changed the title
Running check:construction with flags causes stack trace with nil pointer
Running check:construction without flags causes nil pointer dereference
Jan 19, 2022
t-hale
added a commit
to t-hale/rosetta-cli
that referenced
this issue
Jan 25, 2022
Describe the bug
When running the
check:construction
command with no arguments, the CLI panics on a nil pointer dereference in https://github.com/coinbase/rosetta-cli/blob/master/pkg/results/construction_results.go#L316To Reproduce
Expected behavior
The command should print the stack trace if the configuration is missing (and they haven't disabled stack traces in their rosetta config), print the usage message, and exit with a nonzero result value
Additional context
N/A
The text was updated successfully, but these errors were encountered: