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 @@ -190,16 +190,18 @@ enum PaymentFailureReason {
190190
191191[Enum]
192192interface ClosureReason {
193- CounterpartyForceClosed ( UntrustedString peer_msg );
194- HolderForceClosed ();
195- CooperativeClosure ();
196- CommitmentTxConfirmed ();
197- FundingTimedOut ();
198- ProcessingError ( string err );
199- DisconnectedPeer ();
200- OutdatedChannelManager ();
201- CounterpartyCoopClosedUnfundedChannel ();
202- FundingBatchClosure ();
193+ CounterpartyForceClosed(UntrustedString peer_msg);
194+ HolderForceClosed();
195+ LegacyCooperativeClosure();
196+ CounterpartyInitiatedCooperativeClosure();
197+ LocallyInitiatedCooperativeClosure();
198+ CommitmentTxConfirmed();
199+ FundingTimedOut();
200+ ProcessingError(string err);
201+ DisconnectedPeer();
202+ OutdatedChannelManager();
203+ CounterpartyCoopClosedUnfundedChannel();
204+ FundingBatchClosure();
203205};
204206
205207enum PaymentDirection {
You can’t perform that action at this time.
0 commit comments