getumbrel / umbrel-middleware

RESTful Bitcoin and Lightning API for Umbrel
MIT License
21 stars 11 forks source link

Fix incorrect minimum fee checks #69

Closed mayankchhabra closed 4 years ago

mayankchhabra commented 4 years ago

This PR fixes the incorrect minimum transaction fee checks, whereby the total estimated fee in sats of a channel open (and a BTC withdrawal tx) was being compared with the minrelaytxfee of bitcoind, which is denoted in sat/kb.

Also fixes https://github.com/getumbrel/umbrel/issues/231