Browse Source

config: pex_reactor -> pex

pull/484/head
Ethan Buchman 8 years ago
parent
commit
8a0466d81d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/config.go

+ 1
- 1
config/config.go View File

@ -150,7 +150,7 @@ type P2PConfig struct {
SkipUPNP bool `mapstructure:"skip_upnp"`
AddrBook string `mapstructure:"addr_book_file"`
AddrBookStrict bool `mapstructure:"addr_book_strict"`
PexReactor bool `mapstructure:"pex_reactor"`
PexReactor bool `mapstructure:"pex"`
MaxNumPeers int `mapstructure:"max_num_peers"`
}


Loading…
Cancel
Save