mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-06-30 21:39:30 +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>