mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-03 13:14:22 +01:00
We're currently overriding fatal() with something that actually returns, which contrasts with its declaration as NORETURN. This breaks in the next patch which wants a real fatal() in wallet.h. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>