File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -1085,12 +1085,6 @@ htlc_accepted_hook_final(struct htlc_accepted_hook_payload *request STEALS)
1085
1085
tal_free (request );
1086
1086
}
1087
1087
1088
- REGISTER_PLUGIN_HOOK (htlc_accepted ,
1089
- htlc_accepted_hook_deserialize ,
1090
- htlc_accepted_hook_final ,
1091
- htlc_accepted_hook_serialize ,
1092
- struct htlc_accepted_hook_payload * );
1093
-
1094
1088
/* Apply tweak to ephemeral key if blinding is non-NULL, then do ECDH */
1095
1089
static bool ecdh_maybe_blinding (const struct pubkey * ephemeral_key ,
1096
1090
const struct pubkey * blinding ,
@@ -1120,6 +1114,14 @@ static bool ecdh_maybe_blinding(const struct pubkey *ephemeral_key,
1120
1114
return true;
1121
1115
}
1122
1116
1117
+ /* AUTODATA wants a different line number */
1118
+ REGISTER_PLUGIN_HOOK (htlc_accepted ,
1119
+ htlc_accepted_hook_deserialize ,
1120
+ htlc_accepted_hook_final ,
1121
+ htlc_accepted_hook_serialize ,
1122
+ struct htlc_accepted_hook_payload * );
1123
+
1124
+
1123
1125
/**
1124
1126
* Everyone is committed to this htlc of theirs
1125
1127
*
You can’t perform that action at this time.
0 commit comments