Wrong flag.
Some checks failed
Build / build (pull_request) Successful in 2m10s
Deploy Contract / deploy (pull_request) Successful in 1m2s
Lint / Run golangci-lint (pull_request) Successful in 4m26s
Lint / Run flake8 on python integration tests (pull_request) Successful in 2m40s
Tests / test-unit (pull_request) Failing after 6m13s
Tests / test-rpc (pull_request) Successful in 5m55s
Tests / test-importer (pull_request) Successful in 20m25s
Tests / sdk_tests (pull_request) Failing after 21m0s
Some checks failed
Build / build (pull_request) Successful in 2m10s
Deploy Contract / deploy (pull_request) Successful in 1m2s
Lint / Run golangci-lint (pull_request) Successful in 4m26s
Lint / Run flake8 on python integration tests (pull_request) Successful in 2m40s
Tests / test-unit (pull_request) Failing after 6m13s
Tests / test-rpc (pull_request) Successful in 5m55s
Tests / test-importer (pull_request) Successful in 20m25s
Tests / sdk_tests (pull_request) Failing after 21m0s
This commit is contained in:
parent
66105d8565
commit
ba563ac7ab
@ -37,7 +37,7 @@ func InitConfig(cmd *cobra.Command) error {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := viper.BindPFlag(flags.FlagChainID, cmd.PersistentFlags().Lookup(flags.FlagChainID)); err != nil {
|
if err := viper.BindPFlag(flags.FlagChainID, cmd.Flags().Lookup(flags.FlagChainID)); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user