progressing

This commit is contained in:
Chih Cheng Liang
2019-11-18 17:14:37 +08:00
committed by mhchia
parent f5c725788e
commit d4d345c3c7
2 changed files with 8 additions and 12 deletions

View File

@ -97,7 +97,7 @@ def initialize_default_swarm(
return Swarm(id_opt, peerstore, upgrader, transport)
async def new_node(
def new_node(
key_pair: KeyPair = None,
swarm_opt: INetwork = None,
transport_opt: Sequence[str] = None,