lightningdevkit / ldk-sample

Sample node implementation using LDK
Apache License 2.0
166 stars 94 forks source link

Don't panic if broadcast_transaction fails due to duplicate broadcasts #13

Closed valentinewallace closed 3 years ago

valentinewallace commented 3 years ago

Depends on https://github.com/rust-bitcoin/rust-lightning/pull/919

jkczyz commented 3 years ago

Will merge once https://github.com/rust-bitcoin/rust-lightning/pull/919 is merged upstream.

cc: @TheBlueMatt

valentinewallace commented 3 years ago

Will merge once rust-bitcoin/rust-lightning#919 is merged upstream.

Sg, I'll add another commit updating the upstream commit at that point too.

jkczyz commented 3 years ago

Sg, I'll add another commit updating the upstream commit at that point too.

Shouldn't be needed as of #8.