-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to broadcast a transaction: minimum relay fee not met #1322
Comments
darosior
added a commit
that referenced
this issue
Sep 12, 2024
74a53ba spend: add 10 sats to fee for 1 sat/vb txs (Michael Mallan) Pull request description: This is a quick change to address #1322. It adds 10 sats to the fee for a non-replacement transaction targeted at 1 sat/vb. ACKs for top commit: darosior: utACK 74a53ba. Looking forward to a real fix. Tree-SHA512: c8ef2a49be67b94c2198a246a82f92f16661308151540197a7831a06e1eca277fa3dafe733b53a97dc3c9fc6639f4b724237863f186e4ffeb0bf61c74a1e9c0b
Marking as done for v7 since a temporary hack has been applied for this release in #1323. But leaving open as we should pin down the root cause of this issue. |
Thanks. I moved it to v8 so that we don't loose track of it and it still counts as "done" for v7. |
nondiremanuel
modified the milestones:
v9 Liana - Candidates,
v9 Liana - UI fixes and other
Nov 12, 2024
edouardparis
added a commit
that referenced
this issue
Nov 15, 2024
…tisig primary path spends 6e74a96 Revert "spend: add 10 sats to fee for 1 sat/vb txs" (Michael Mallan) cf88aca descriptors: fix satisfaction size for Taproot (Michael Mallan) e9c6995 qa: add threshold paramater for multisig descs (Michael Mallan) Pull request description: This is a fix to #1371 and the related #1322. As per #1371 (comment), this adds the varint length for the script and control block elements of a Taproot primary path spend. I think this is what caused #1322 and so I have reverted the change from #1323. ACKs for top commit: edouardparis: utACK 6e74a96 Tree-SHA512: 754e5c2186de853cde9006aeab7989141a4d363b9e3d8adb3f0264bcbca7e3b56a94822d434f6f7d8108e7c0e3023959fa407643e5868082f8981c5ce10b9a1e
nondiremanuel
modified the milestones:
v9 Liana - UI fixes and other,
v10 Liana - UI fixes and other activities
Jan 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
During the last phase of tests, there was an occurrence of not being able to relay a transaction because the minimum fee was not met.
Since it is not clear where the rounding/estimation issue comes from (not clear if #1132 or else), we agreed that if after a quick further investigation the origin is still unknown, we will go with a temporary patch for v7, i.e. either using 1.1 sats/vb as a multiplier when 1 sats/vb is selected or adding 10 sats to the total fee amount if 1 sats/vb was selected. This should give some margin (at a small cost) to avoid that the user is not able to relay the transaction. In such case, a more detailed fix would then be released in a followup.
The text was updated successfully, but these errors were encountered: