Use a reasonable target fee when opening channels
authorMatt Corallo <git@bluematt.me>
Sat, 26 Jun 2021 17:21:33 +0000 (17:21 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 30 Jun 2021 03:13:50 +0000 (03:13 +0000)
commit5acf6fb775b9fdbf617b64060004d5a9895e56df
tree8fcd9a2c28e81ab22006572afb7006d13d8106eb
parent2dbe461743604d8ce8219e99ea337dd7b8b498df
Use a reasonable target fee when opening channels

Bitcoin Core defaults to conservative fee estimation, which often
results in significant overtargeting on weekends. We also disable
RBF, here, though, with a comment describing how clients should
handle funding RBF.
src/bitcoind_client.rs