mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-08 00:43:09 +00:00
debug
This commit is contained in:
parent
7eb7647599
commit
3c10486d64
@ -360,6 +360,7 @@ type WakuConfig struct {
|
||||
PeerExchange bool `json:"peerExchange,omitempty"`
|
||||
PeerExchangeNode string `json:"peerExchangeNode,omitempty"`
|
||||
TcpPort int `json:"tcpPort,omitempty"`
|
||||
MetricsLogging bool `json:"metricsLogging,omitempty"`
|
||||
}
|
||||
|
||||
// Waku represents a dark communication interface through the Ethereum
|
||||
|
||||
@ -352,6 +352,7 @@ func TestDial(t *testing.T) {
|
||||
Shards: []uint16{64},
|
||||
Discv5UdpPort: 9030,
|
||||
TcpPort: 60030,
|
||||
MetricsLogging: true,
|
||||
}
|
||||
|
||||
dialerNode, err := New(&dialerNodeWakuConfig, logger.Named("dialerNode"))
|
||||
@ -368,6 +369,7 @@ func TestDial(t *testing.T) {
|
||||
Shards: []uint16{64},
|
||||
Discv5UdpPort: 9031,
|
||||
TcpPort: 60031,
|
||||
MetricsLogging: true,
|
||||
}
|
||||
receiverNode, err := New(&receiverNodeWakuConfig, logger.Named("receiverNode"))
|
||||
require.NoError(t, err)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user