We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1e787 commit 04cf78dCopy full SHA for 04cf78d
starport/cmd/scaffold_band.go
@@ -35,7 +35,7 @@ func createBandchainHandler(cmd *cobra.Command, args []string) error {
35
return err
36
}
37
if module == "" {
38
- return errors.New("please specify a module to create the packet into: --module <module_name>")
+ return errors.New("please specify a module to create the BandChain oracle into: --module <module_name>")
39
40
41
sc, err := scaffolder.New(appPath)
0 commit comments