File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,13 @@ jobs:
21
21
# git checkout origin/2021-03-java-bindings-base
22
22
# git checkout v0.0.100
23
23
git checkout dba15b73610e4f54378782e55874fc694bf8bda9
24
+ echo "rust-lightning commit hash:"
24
25
git rev-parse HEAD
25
26
cd ..
26
27
git clone https://github.com/lightningdevkit/ldk-c-bindings
27
28
cd ldk-c-bindings
28
29
git checkout v0.0.100.1
30
+ echo "ldk-c-bindings commit hash:"
29
31
git rev-parse HEAD
30
32
cd ..
31
33
- name : Install native Rust toolchain, Valgrind, and build utilitis
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ public class ChannelManagerConstructor {
80
80
81
81
let latestBlockHash = Bindings . LDKThirtyTwoBytes_to_array ( nativeType: channelManagerResult. cOpaqueStruct!. contents. result. pointee. a)
82
82
let channelManager = ChannelManager ( pointer: channelManagerResult. cOpaqueStruct!. contents. result. pointee. b)
83
- try ! channelManager. dangle ( ) . addAnchor ( anchor: channelManagerResult)
83
+ try ! channelManager. addAnchor ( anchor: channelManagerResult)
84
84
85
85
86
86
self . channelManager = channelManager
You can’t perform that action at this time.
0 commit comments