Limit external claim feerate bumps
authorWilmer Paulino <wilmer@wilmerpaulino.com>
Fri, 15 Sep 2023 00:38:22 +0000 (17:38 -0700)
committerWilmer Paulino <wilmer@wilmerpaulino.com>
Tue, 19 Sep 2023 18:13:40 +0000 (11:13 -0700)
commitceebf6256e339642c0380a6379ce0f2020d1a6cf
tree87c58755ce2fc61bf01f2f83e52fd35f90e3627b
parent36af1f06fab3aadf186b72ab31a61a9f1eb6a70d
Limit external claim feerate bumps

Since we don't know the total input amount of an external claim (those
which come anchor channels), we can't limit our feerate bumps by the
amount of funds we have available to use. Instead, we choose to limit it
by a margin of the new feerate estimate.
lightning/src/chain/package.rs