Ivan FB 5e6be10c8e
messaging: fix send-processor chain after conflict resolution
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>
2026-06-30 14:08:39 +02:00
..