You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, btcd rejects transactions based on their priority. e.g.
"<txid> has insufficient priority (0 <= 5.76e+07)"
I believe this is an outdated method for rejecting transactions that's not widely used anymore.
I'm not sure if btcd on mainnet mode uses the same 'priority' criteria, but ideally this would be updated to match the latest default bitcoin core standardness rules.
The text was updated successfully, but these errors were encountered:
Related to this, I'm finding that CPFP doesn't always work at bumping up a transaction into the next block. This is because even if the new fee rate is higher than the other transactions in the mempool, it might still have a lower 'priority', e.g. if the other pending transactions are all of a much higher value.
Currently, btcd rejects transactions based on their priority. e.g.
"<txid> has insufficient priority (0 <= 5.76e+07)"
I believe this is an outdated method for rejecting transactions that's not widely used anymore.
I'm not sure if btcd on mainnet mode uses the same 'priority' criteria, but ideally this would be updated to match the latest default bitcoin core standardness rules.
The text was updated successfully, but these errors were encountered: