mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
dual_open: neaten spacing for macro
This commit is contained in:
committed by
Christian Decker
parent
55bbdf1866
commit
d98bd39d60
@@ -309,12 +309,13 @@ hook_extract_amount(struct subd *dualopend,
|
||||
#define CHECK_CHANGES(set, dir) \
|
||||
do { \
|
||||
for (size_t i = 0; i < tal_count(set); i++) { \
|
||||
ok = psbt_get_serial_id(&set[i].dir.unknowns, &serial_id); \
|
||||
ok = psbt_get_serial_id(&set[i].dir.unknowns, \
|
||||
&serial_id); \
|
||||
assert(ok); \
|
||||
if (serial_id % 2 != opener_side) \
|
||||
return true; \
|
||||
} \
|
||||
} while (false) \
|
||||
} while (false)
|
||||
|
||||
static bool psbt_side_contribs_changed(struct wally_psbt *orig,
|
||||
struct wally_psbt *new,
|
||||
|
||||
Reference in New Issue
Block a user