pythcoiner

Results 302 comments of pythcoiner

note: happend after a recovery sweep brodcasted but no block generated then my full machine restarted (machine + bitcoind + liana-gui)

had a quick look at this, the issue is the call to [`device_info.opne_device(api)`](https://github.com/wizardsardine/liana/blob/6aed1cb450b53c7ef8ee23ccb49c10729f9ea8e0/liana-gui/src/hw.rs#L533) is blocking

> In the screenshot the "Amount (BTC)" field should be filled with 2000 - fee = 0.00001901 BTC in this case. even if the resulting amount < DUST?

> If, as in the example, the amount of the coins selected is lower than dust limit we should throw the same error that we show when the user manually...

I prefer 2 different messages personally, i feel it's more clear.

> So that's effectively simply an alias for `cargo build`? I don't think that's worth it. The annoying part is installing the Rust toolchain, once that's done typing `cargo build`...

rebased on master, this is ready for review given previous [comment](https://github.com/wizardsardine/liana/pull/1209#discussion_r1912912232)

@crcastle thanks for reporting issue, it's a known issue, not really a bug but a poor implementation performance-wise on the bdk electrum client we actually using, afaik there is some...