Skip to content

Commit c2d119a

Browse files
committed
Update Swift files.
1 parent e5d79e9 commit c2d119a

File tree

189 files changed

+18844
-2511
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+18844
-2511
lines changed

out/Bindings.swift

Lines changed: 119 additions & 347 deletions
Large diffs are not rendered by default.

out/VersionDescriptor.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
extension Bindings {
66
public class func getLDKSwiftBindingsSerializationHash() -> String {
7-
return "f648b3a8393e53cb007c6b2d58df2e242a376535e61e428e2994b1f5a137bda7"
7+
return "a73d8edaba590e126534bd9364129f5feb663463cffef700384e674737e624a2"
88
}
99
public class func getLDKSwiftBindingsVersion() -> String {
10-
return "0.0.116-24-gf0a2c328-dirty"
10+
return "0.0.116-36-g49968007-dirty"
1111
}
1212
public class func getLDKSwiftBindingsCommitHash() -> String {
13-
return "f0a2c3287f3f8c0061c11c373bbbded2e6cc1009"
13+
return "49968007a7246b169da452d6f25898dd7fb9cd14"
1414
}
1515
}

out/enums/complex/BumpTransactionEvent.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ extension Bindings {
9898
/// an empty `pending_htlcs`), confirmation of the commitment transaction can be considered to
9999
/// be not urgent.
100100
///
101-
/// [`EcdsaChannelSigner`]: crate::sign::EcdsaChannelSigner
102-
/// [`EcdsaChannelSigner::sign_holder_anchor_input`]: crate::sign::EcdsaChannelSigner::sign_holder_anchor_input
101+
/// [`EcdsaChannelSigner`]: crate::sign::ecdsa::EcdsaChannelSigner
102+
/// [`EcdsaChannelSigner::sign_holder_anchor_input`]: crate::sign::ecdsa::EcdsaChannelSigner::sign_holder_anchor_input
103103
/// [`build_anchor_input_witness`]: crate::ln::chan_utils::build_anchor_input_witness
104104
case ChannelClose
105105

@@ -130,8 +130,8 @@ extension Bindings {
130130
/// longer able to commit external confirmed funds to the HTLC transaction or the fee committed
131131
/// to the HTLC transaction is greater in value than the HTLCs being claimed.
132132
///
133-
/// [`EcdsaChannelSigner`]: crate::sign::EcdsaChannelSigner
134-
/// [`EcdsaChannelSigner::sign_holder_htlc_transaction`]: crate::sign::EcdsaChannelSigner::sign_holder_htlc_transaction
133+
/// [`EcdsaChannelSigner`]: crate::sign::ecdsa::EcdsaChannelSigner
134+
/// [`EcdsaChannelSigner::sign_holder_htlc_transaction`]: crate::sign::ecdsa::EcdsaChannelSigner::sign_holder_htlc_transaction
135135
case HTLCResolution
136136

137137
}

0 commit comments

Comments
 (0)