This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
Use sighash single + anyonecanpay for redemption txns #308
Labels
enhancement
New feature or request
Right now redemption txns use sighash ALL. Updating them to use sighash single+anyonecanpay would allow for future off-chain fee-bumping protocol extensions, e.g. a third-party paying some fee by appending inputs/outputs to the in-flight txn
This is a relatively simple change. It would require the implementation of a
sighashSACP
inbitcoin-spv
'sCheckBitcoinSigs
library, and then swapping outoneInputOneOutputSighash
forsighashSACP
The text was updated successfully, but these errors were encountered: