Skip to content

Commit

Permalink
read config err
Browse files Browse the repository at this point in the history
  • Loading branch information
DonaldJohnPeter committed Nov 25, 2019
1 parent 6de771e commit fb617a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -71,7 +71,7 @@ Also, make sure your firewall is configured to allow inbound connections to port

### Binaries (Windows/Linux/macOS)

Binary releases are provided for common operating systems and architectures:
Binary releases and config files are provided for common operating systems and architectures:

https://github.com/drep-project/DREP-Chain/releases/tag/4.0

Expand Down
2 changes: 1 addition & 1 deletion app/app.go
Expand Up @@ -194,7 +194,7 @@ func (mApp *DrepApp) action(ctx *cli.Context) error {
//flag
err := mApp.Context.UnmashalConfig(service.Name(), fieldValue.Interface())
if err != nil {
fmt.Println(err)
fmt.Println("unmashalConfig", service.Name(), err)
return err
}
err = service.Init(mApp.Context)
Expand Down

0 comments on commit fb617a6

Please sign in to comment.