lightningdevkit / ldk-sample

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

impl `BlockSource` on `BitcoindClient` instead of `&BitcoindClient` #79

Closed MaxFangX closed 1 year ago

MaxFangX commented 1 year ago

Not sure why BlockSource was implemented on &BitcoindClient before, but it's way less confusing now and works just as well as before.