fixes for loopback testnet

pull/1658/head
Jeff Becker 3 years ago
parent 5a713b0142
commit 046e02ebe7
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -59,6 +59,9 @@ def main():
config['bind'] = {
args.ifname: str(args.baseport + nodeid)
}
config["logging"] = {
"level": args.loglevel
}
config['netdb'] = {
'dir': 'netdb'
}

@ -76,7 +76,7 @@ namespace llarp
LogWarn(
"TransitHop received non-successful LR_StatusMessage, queueing "
"self-destruct status=",
status);
LRStatusCodeToString(status));
QueueDestroySelf(r);
}

Loading…
Cancel
Save