mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-18 05:44:22 +01:00
error Since btcwallet will return typed errors now, we can simplify the matching logic in order to return ErrDoubleSpend. In case a transaction cannot be published since it did not satisfy the requirements for a valid replacement, return ErrDoubleSpend to indicate it was not propagated.