Skip to content

Commit

Permalink
fix(example): remopve run relay func
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Feb 6, 2024
1 parent a838695 commit 1ca5721
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions example/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,7 @@ int main()
return 1;
}
CJsonRpcClient *provider = resProvider.ok;

// run libp2p
client_run_relay(client);


// subscribe to topic
Resultbool resSub = client_subscribe_topic(client, "mimi");
if (resSub.tag == Errbool)
Expand Down

0 comments on commit 1ca5721

Please sign in to comment.