File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -173,16 +173,18 @@ enum PaymentFailureReason {
173
173
174
174
[Enum]
175
175
interface ClosureReason {
176
- CounterpartyForceClosed ( UntrustedString peer_msg );
177
- HolderForceClosed ();
178
- CooperativeClosure ();
179
- CommitmentTxConfirmed ();
180
- FundingTimedOut ();
181
- ProcessingError ( string err );
182
- DisconnectedPeer ();
183
- OutdatedChannelManager ();
184
- CounterpartyCoopClosedUnfundedChannel ();
185
- FundingBatchClosure ();
176
+ CounterpartyForceClosed(UntrustedString peer_msg);
177
+ HolderForceClosed();
178
+ LegacyCooperativeClosure();
179
+ CounterpartyInitiatedCooperativeClosure();
180
+ LocallyInitiatedCooperativeClosure();
181
+ CommitmentTxConfirmed();
182
+ FundingTimedOut();
183
+ ProcessingError(string err);
184
+ DisconnectedPeer();
185
+ OutdatedChannelManager();
186
+ CounterpartyCoopClosedUnfundedChannel();
187
+ FundingBatchClosure();
186
188
};
187
189
188
190
enum PaymentDirection {
You can’t perform that action at this time.
0 commit comments