diff --git a/src/index.ts b/src/index.ts index c1c4715..68a705b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -71,7 +71,7 @@ const plugin: Plugin = { name: "handshake", async plugin(_api: PluginAPI): Promise { api = _api; - await boot(api); + boot(api); const proxy = new Proxy({ swarm: api.swarm, protocol: PROTOCOL,