Skip to content

Commit

Permalink
fix peer connection: remove authentication.
Browse files Browse the repository at this point in the history
fixes #171
  • Loading branch information
boz committed Apr 4, 2018
1 parent f1ce7d1 commit 52966ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/akashd/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ func (ctx *context) TMConfig() (*tmconfig.Config, error) {
}

cfg := tmconfig.DefaultConfig()
cfg.P2P.AuthEnc = false

if err := viper.Unmarshal(cfg); err != nil {
return nil, err
Expand Down

0 comments on commit 52966ee

Please sign in to comment.