p2p/sim: reenable EnableMsgEvents so that TestMsgFilterPassMultiple passes

This commit is contained in:
Anton Evangelatov 2018-02-12 16:53:08 +01:00
parent b0c5b79fbe
commit dcd03063db

View file

@ -112,7 +112,7 @@ func (s *SimAdapter) NewNode(config *NodeConfig) (Node, error) {
MaxPeers: math.MaxInt32,
NoDiscovery: true,
Dialer: s,
EnableMsgEvents: false,
EnableMsgEvents: true,
},
NoUSB: true,
Logger: log.New("node.id", id.String()),