Skip to content

Commit ff9e291

Browse files
committed
update CI actions commit hashes
1 parent cd58f77 commit ff9e291

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
cd rust-lightning
2121
# git checkout origin/2021-03-java-bindings-base
2222
# git checkout v0.0.100
23-
git checkout e9c4fa6c6959f2cdba29b4a3b47088053fb4822e
23+
git checkout 22280286ed38a4753c63c7163fb8414eb1fd3177
2424
echo "rust-lightning commit hash:"
2525
git rev-parse HEAD
2626
cd ..
2727
# git clone https://github.com/lightningdevkit/ldk-c-bindings
2828
git clone https://github.com/TheBlueMatt/ldk-c-bindings
2929
cd ldk-c-bindings
30-
git checkout 9e501cbbcde7b6624ec03372452e915967e84064
30+
git checkout fee27c4b40d1d25609a38bb220dd64b297af929a
3131
echo "ldk-c-bindings commit hash:"
3232
git rev-parse HEAD
3333
cd ..

ci/LDKSwift/Tests/LDKSwiftTests/HumanObjectPeerTestInstance.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ public class HumanObjectPeerTestInstance {
287287

288288
let config = UserConfig()
289289
let theirNodeId = peer2.channelManager.get_our_node_id()
290-
let channelOpenResult = peer1.channelManager.create_channel(their_network_key: theirNodeId, channel_value_satoshis: 4000000, push_msat: 2000000, user_id: 42, override_config: config)
290+
let channelOpenResult = peer1.channelManager.create_channel(their_network_key: theirNodeId, channel_value_satoshis: 4000000, push_msat: 2000000, user_channel_id: 42, override_config: config)
291291

292292
XCTAssertTrue(channelOpenResult.isOk())
293293
let channels = peer1.channelManager.list_channels()

0 commit comments

Comments
 (0)