Skip to content

Commit 1a39979

Browse files
committed
REMOVE - add pause to cause vls#469
1 parent d6e4832 commit 1a39979

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

channeld/channeld.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,6 +1447,9 @@ static void get_per_commitment_point(u64 index, struct pubkey *point)
14471447

14481448
static void revoke_commitment(u64 index, struct pubkey *point, struct secret *old_secret)
14491449
{
1450+
// REMOVE - only here to cause vls#469 more often
1451+
sleep(2);
1452+
14501453
const u8 *msg;
14511454
msg = hsm_req(tmpctx, take(towire_hsmd_revoke_commitment_tx(tmpctx, index)));
14521455
if (!fromwire_hsmd_revoke_commitment_tx_reply(msg, old_secret, point))

0 commit comments

Comments
 (0)