File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -106,9 +106,6 @@ bool hsmd_check_client_capabilities(struct hsmd_client *client,
106
106
case WIRE_HSMD_SIGN_MUTUAL_CLOSE_TX :
107
107
return (client -> capabilities & HSM_CAP_SIGN_CLOSING_TX ) != 0 ;
108
108
109
- case WIRE_HSMD_SIGN_SPLICE_TX :
110
- return (client -> capabilities & WIRE_HSMD_SIGN_SPLICE_TX ) != 0 ;
111
-
112
109
case WIRE_HSMD_SIGN_OPTION_WILL_FUND_OFFER :
113
110
return (client -> capabilities & HSM_CAP_SIGN_WILL_FUND_OFFER ) != 0 ;
114
111
@@ -133,6 +130,7 @@ bool hsmd_check_client_capabilities(struct hsmd_client *client,
133
130
case WIRE_HSMD_SIGN_ANY_LOCAL_HTLC_TX :
134
131
case WIRE_HSMD_SIGN_ANCHORSPEND :
135
132
case WIRE_HSMD_SIGN_HTLC_TX_MINGLE :
133
+ case WIRE_HSMD_SIGN_SPLICE_TX :
136
134
return (client -> capabilities & HSM_CAP_MASTER ) != 0 ;
137
135
138
136
/*~ These are messages sent by the HSM so we should never receive them. */
You can’t perform that action at this time.
0 commit comments