| 981 | } |
| 982 | |
| 983 | static void handle_blockheight(struct info *info, const u8 *inmsg) |
| 984 | { |
| 985 | if (!fromwire_channeld_blockheight(inmsg, &info->current_block_height)) |
| 986 | master_badmsg(WIRE_CHANNELD_BLOCKHEIGHT, inmsg); |
| 987 | } |
| 988 | |
| 989 | static void handle_funding_depth(struct info *info, const u8 *inmsg) |
| 990 | { |
no test coverage detected