Skip to content

Commit de6f5f8

Browse files
committed
Insert empty anchoring command line.
1 parent 77bcbb4 commit de6f5f8

File tree

116 files changed

+117
-3
lines changed

Some content is hidden

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

116 files changed

+117
-3
lines changed

out/VersionDescriptor.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
return "4e4c947683e196a1ff260544d8a59362f76c3a730149103afdfc9c50ce5092e8"
99
}
1010
public class func getLDKSwiftBindingsVersion() -> String {
11-
return "0.0.113-25-gba3d23c-dirty"
11+
return "0.0.113-19-gc5c2aaf-dirty"
1212
}
1313
public class func getLDKSwiftBindingsCommitHash() -> String {
14-
return "ba3d23c249e05bd9096fdccf995396650c23fa36"
14+
return "c5c2aaf89db095568c6ea3405afd8e58b9624107"
1515
}
1616
}
1717

out/enums/complex/Retry.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
///
4545
/// Each attempt may be multiple HTLCs along multiple paths if the router decides to split up a
4646
/// retry, and may retry multiple failed HTLCs at once if they failed around the same time and
47-
/// were retried along a route from a single call to [`Router::find_route`].
47+
/// were retried along a route from a single call to [`Router::find_route_with_id`].
4848
case Attempts
4949

5050
/// Time elapsed before abandoning retries for a payment. At least one attempt at payment is made;

out/structs/AnnouncementSignatures.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@
306306
Self.instanceCounter += 1
307307
self.instanceNumber = Self.instanceCounter
308308
super.init(conflictAvoidingVariableName: 0)
309+
309310

310311
}
311312

out/structs/BestBlock.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@
161161
Self.instanceCounter += 1
162162
self.instanceNumber = Self.instanceCounter
163163
super.init(conflictAvoidingVariableName: 0)
164+
164165

165166
}
166167

out/structs/BigSize.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
Self.instanceCounter += 1
143143
self.instanceNumber = Self.instanceCounter
144144
super.init(conflictAvoidingVariableName: 0)
145+
145146

146147
}
147148

out/structs/BindingsInit.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@
194194
Self.instanceCounter += 1
195195
self.instanceNumber = Self.instanceCounter
196196
super.init(conflictAvoidingVariableName: 0)
197+
197198

198199
}
199200

out/structs/BuiltCommitmentTransaction.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@
206206
Self.instanceCounter += 1
207207
self.instanceNumber = Self.instanceCounter
208208
super.init(conflictAvoidingVariableName: 0)
209+
209210

210211
}
211212

out/structs/ChainMonitor.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
Self.instanceCounter += 1
109109
self.instanceNumber = Self.instanceCounter
110110
super.init(conflictAvoidingVariableName: 0)
111+
111112

112113
}
113114

out/structs/ChainParameters.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@
188188
Self.instanceCounter += 1
189189
self.instanceNumber = Self.instanceCounter
190190
super.init(conflictAvoidingVariableName: 0)
191+
191192

192193
}
193194

out/structs/ChannelAnnouncement.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@
358358
Self.instanceCounter += 1
359359
self.instanceNumber = Self.instanceCounter
360360
super.init(conflictAvoidingVariableName: 0)
361+
361362

362363
}
363364

0 commit comments

Comments
 (0)