Skip to content

Commit f347eae

Browse files
committed
f LDK: Account for OpenChannelRequest replacing push_msat field
1 parent 539271a commit f347eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/event.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ where
10371037
counterparty_node_id,
10381038
funding_satoshis,
10391039
channel_type,
1040-
push_msat: _,
1040+
channel_negotiation_type: _,
10411041
is_announced: _,
10421042
params: _,
10431043
} => {

0 commit comments

Comments
 (0)