mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2025-04-02 23:05:21 +00:00
Merge branch 'v1.4.19' into 'v1.4.19'
ListenMultiaddr correcton See merge request quilibrium/ceremonyclient!3
This commit is contained in:
commit
ac2a27d82a
@ -112,7 +112,7 @@ func LoadConfig(configPath string, proverKey string) (*Config, error) {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
P2P: &P2PConfig{
|
P2P: &P2PConfig{
|
||||||
ListenMultiaddr: "/ip4/0.0.0.0/udp/8336/quic",
|
ListenMultiaddr: "/ip4/0.0.0.0/tcp/8336",
|
||||||
BootstrapPeers: BootstrapPeers,
|
BootstrapPeers: BootstrapPeers,
|
||||||
PeerPrivKey: "",
|
PeerPrivKey: "",
|
||||||
Network: 0,
|
Network: 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user