2cc5891c8c
In this commit, we address an issue that would cause us to scan from the genesis block for the spend of an output that we wish to use to raise the fee of a transaction through CPFP. This was due to setting a 0 height hint when constructing the input required by the sweeper and was discovered due to the recently added validation checks at the chain notifier level. We'll now use the current height as the height hint instead as the sweeper will end up creating a new transaction that spends the input. |
||
---|---|---|
.. | ||
config_active.go | ||
config_default.go | ||
driver.go | ||
log.go | ||
walletkit_server.go | ||
walletkit.pb.go | ||
walletkit.proto |