L2-Technology / sensei

A lightning node implementation for everyone
https://l2.technology/sensei
Other
198 stars 39 forks source link

drop unused bitcoind package #115

Closed Mic92 closed 2 years ago

Mic92 commented 2 years ago

This package downloads at buildtime a bitcoind executable. The crate itself seems not to be used by the project, but makes reproducible builds with nix harder.

Mic92 commented 2 years ago

Never mind this is actually used for the smoke test.