| 1022 | } |
| 1023 | |
| 1024 | static void handle_dev_peer_shachain(struct info *info, const u8 *msg) |
| 1025 | { |
| 1026 | if (!fromwire_channeld_dev_peer_shachain(msg, &info->peer_shaseed)) |
| 1027 | master_badmsg(WIRE_CHANNELD_DEV_PEER_SHACHAIN, msg); |
| 1028 | } |
| 1029 | |
| 1030 | /* We don't care, but lightningd expects channeld to respond. */ |
| 1031 | static void handle_dev_memleak(struct info *info, const u8 *msg) |
no test coverage detected