Use only nim-waku until go-waku issues are sorted out

This commit is contained in:
Jordi Arranz
2023-01-26 11:55:24 +00:00
parent 11faf09928
commit 18774e1663

View File

@@ -30,7 +30,7 @@ nodeDockerImageSwitch = {
}
NODES = [nodeType.NWAKU, nodeType.GOWAKU]
NODE_PROBABILITIES = (50, 50)
NODE_PROBABILITIES = (100, 0)
# To add a new network type, add appropriate entries to the networkType and networkTypeSwitch
# the networkTypeSwitch is placed before generate_network(): fwd declaration mismatch with typer/python :/