-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
bugUnintended code behaviourUnintended code behaviourfundingRelated to the opening of new channels with funding transactions on the blockchainRelated to the opening of new channels with funding transactions on the blockchainpsbt
Description
Pre-Submission Checklist
- I have searched the existing issues and believe this is a new bug.
- I am not asking a question about how to use lnd, but reporting a bug (otherwise open a discussion).
LND Version
see #10260
LND Configuration
see #10260
Backend Version
see #10260
Backend Configuration
see #10260
OS/Distribution
see #10260
Bug Details & Steps to Reproduce
-
As described here([bug]: lnd does not send psbts with sub 1sat/vb to bitcoin core #10260), lnd accepts psbt via RPC (sent by bos open) and opens the channels. However, since sub 1 sat/vb is not supported by lnd ([feature]: Allow transactions with a lower fee rate than 1 sat/vbyte #10169), such psbts should be validated and rejected directly upon receipt via RPC.
-
Furthermore, the currently logged error message is incorrect.
Expected Behavior
- lnd should directly reject psbts received via RPC with sub 1 sat/vb.
- lnd should return a correct error message via RPC and write it to the log.
Debug Information
see #10260
Environment
see #10260
Metadata
Metadata
Assignees
Labels
bugUnintended code behaviourUnintended code behaviourfundingRelated to the opening of new channels with funding transactions on the blockchainRelated to the opening of new channels with funding transactions on the blockchainpsbt