mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-07-26 18:13:14 +00:00
A merge conflict left setupSendProcessorChain half-migrated: the body referenced a `waku` that was not a parameter and the caller used a `w` that no longer existed, so the send service did not compile. Restore the kernel-routed form: take the Waku kernel, build the relay handler via waku.relayPushHandler(), and drop the now-unused WakuNode internals. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>