tendermint/config
Alexander Simmerl c661a3ec21
Fix race when mutating MConnConfig
Instead of mutating the passed in MConnConfig part of P2PConfig we just
use the default and override the values, the same as before as it was
always the default version. This is yet another good reason to not embed
information and access to config structs in our components and will go
away with the ongoing refactoring in #1325.
2018-06-07 01:09:13 +02:00
..
config.go Fix race when mutating MConnConfig 2018-06-07 01:09:13 +02:00
config_test.go Add basic tests on config, mainly to raise test coverage 2017-05-05 15:50:23 +02:00
toml.go Remove auth_enc config option 2018-06-01 21:07:20 +02:00
toml_test.go config: lil fixes 2017-12-28 20:49:02 +00:00