mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
The withdraw_tx function shouldn't use it, but GCC is right it's uninitialized: wallet/walletrpc.c: In function ‘json_prepare_tx’: wallet/walletrpc.c:202:15: error: ‘changekey’ may be used uninitialized in this function [-Werror=maybe-uninitialized] Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>