Skip to content
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

Open
nondiremanuel opened this issue Sep 11, 2024 · 2 comments
Open

Fail to broadcast a transaction: minimum relay fee not met #1322

nondiremanuel opened this issue Sep 11, 2024 · 2 comments
Assignees
Labels
Bug Something isn't working as expected

Comments

@nondiremanuel
Copy link
Collaborator

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.

image

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.

@nondiremanuel nondiremanuel added this to the v7 - Liana milestone Sep 11, 2024
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
@darosior
Copy link
Member

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.

@nondiremanuel nondiremanuel modified the milestones: v7 - Liana, v8 - Liana Sep 12, 2024
@nondiremanuel
Copy link
Collaborator Author

Thanks. I moved it to v8 so that we don't loose track of it and it still counts as "done" for v7.

@nondiremanuel nondiremanuel added the Bug Something isn't working as expected label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working as expected
Projects
Status: To be discussed / defined
Development

No branches or pull requests

3 participants