Skip to content

Conversation

@5tefan
Copy link

@5tefan 5tefan commented Jul 29, 2021

Another backport with multiple parts...

  1. Successfully ported check settxfee reasonableness.
  2. Not ported: Change to walletcreatefundedpsbt re. BIP125 adding replacable param.
  3. Not ported (yet?) test for bad txfee rpc error from test/functional/wallet_bumpfee.py. Since Dash doesn't do RBF/bumpfee this test doesn't exist. Should it go somewhere else?

317f2cb test: Check RPC settxfee errors
            (João Barbosa)
48618da Add checks for settxfee
            reasonableness (Anthony Towns)

Pull request description:

  When using the `settxfee` RPC, the value is silently ignored if it
is less than either than minrelaytxfee or the wallet's mintxfee. This
adds an error response if that's going to happen, but still allows
"settxfee 0" to deliberately default to the minimum value.
Copy link
Member

@PastaPastaPasta PastaPastaPasta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK for squash merge

@PastaPastaPasta PastaPastaPasta added this to the 18 milestone Jul 29, 2021
Copy link

@UdjinM6 UdjinM6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@UdjinM6 UdjinM6 merged commit 6218a94 into dashpay:develop Jul 29, 2021
@5tefan 5tefan deleted the backports_018_17d644901 branch August 12, 2021 06:11
gades pushed a commit to cosanta/cosanta-core that referenced this pull request May 31, 2022
…4301)

317f2cb test: Check RPC settxfee errors
            (João Barbosa)
48618da Add checks for settxfee
            reasonableness (Anthony Towns)

Pull request description:

  When using the `settxfee` RPC, the value is silently ignored if it
is less than either than minrelaytxfee or the wallet's mintxfee. This
adds an error response if that's going to happen, but still allows
"settxfee 0" to deliberately default to the minimum value.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants