config: pex_reactor -> pex

This commit is contained in:
Ethan Buchman 2017-05-05 02:04:24 -04:00
parent fb9d3842e4
commit 8a0466d81d
1 changed files with 1 additions and 1 deletions

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"`
}