mirror of
https://github.com/logos-co/logos-libp2p-module.git
synced 2026-08-31 01:41:12 +00:00
fix(service-disco): advertise a caller-supplied XPR (#99)
This commit is contained in:
@@ -26,7 +26,7 @@ int main()
|
||||
{
|
||||
printf("=== Tutorial 1: Creating and Starting a libp2p Node ===\n\n");
|
||||
|
||||
setLogLevel(LogLevel::Fatal);
|
||||
setLogLevel("fatal");
|
||||
|
||||
/// The main class we work with is `Libp2pModuleImpl`. Let's create one with
|
||||
/// default options:
|
||||
|
||||
Reference in New Issue
Block a user