bnb-chain / node-binary

Binaries for full nodes, light-weighted clients

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tss tools. ./tss init can not create p2p info?

oday0311 opened this issue · comments

commented

0.9.0,
trying to init tss account, but the config.file don't have p2p info,

tss describe like this:
{
"p2p": {
"listen": "/ip4/0.0.0.0/tcp/33799",
"new_listen": "",
"bootstraps": null,
"relays": null,
"peer_addrs": null,
"peers": null,
"new_peer_addrs": null,
"new_peers": null,
"DefaultBootstap": false
},

where can i config the tss p2p info?