Oops, change back the default network_type in the master branch

This commit is contained in:
zah 2020-03-23 18:19:31 +02:00 committed by GitHub
parent 64fbad1efa
commit bd5400aea4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ type
libp2pDaemon libp2pDaemon
const const
NETWORK_TYPE {.strdefine.} = "libp2p" NETWORK_TYPE {.strdefine.} = "libp2p_daemon"
networkBackend* = when NETWORK_TYPE == "libp2p": libp2p networkBackend* = when NETWORK_TYPE == "libp2p": libp2p
elif NETWORK_TYPE == "libp2p_daemon": libp2pDaemon elif NETWORK_TYPE == "libp2p_daemon": libp2pDaemon