refactor(libwaku): async (#3180)

This commit is contained in:
richΛrd
2024-12-02 10:56:12 -04:00
committed by GitHub
parent 439a3ae394
commit 9dc1b88b18
13 changed files with 322 additions and 292 deletions
-2
View File
@@ -199,8 +199,6 @@ auto cify(F&& f) {
}
int main(int argc, char** argv) {
waku_setup();
struct ConfigNode cfgNode;
// default values
snprintf(cfgNode.host, 128, "0.0.0.0");