-
Notifications
You must be signed in to change notification settings - Fork 38.8k
[0.18] Backport #15911: Use wallet RBF default for walletcreatefundedpsbt #16608
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
[0.18] Backport #15911: Use wallet RBF default for walletcreatefundedpsbt #16608
Conversation
meshcollider
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have verified that the code changes here match those in the original PR (haven't actually re-reviewed the changes though, just verified the backport)
a678e06874e0004cd026e1969c27ecfc643ac289
a678e06 to
576580f
Compare
|
re-utACK 576580f Only change was indentation fix |
|
ACK 576580f Show signature and timestampSignature: Timestamp of file with hash |
…etcreatefundedpsbt 576580f [test] walletcreatefundedpsbt: check RBF is disabled when -walletrbf=0 (Sjors Provoost) 0942a60 [doc] rpc: remove "fallback to" from RBF default help (Sjors Provoost) ee950ec [rpc] walletcreatefundedpsbt: use wallet default RBF (Sjors Provoost) Pull request description: Backport of #15911 for 0.18 branch. The original PR changed `rawtransaction_util.cpp`, whereas the backport changes `rawtransaction.cpp` to avoid having to also backport #15638. ACKs for top commit: meshcollider: re-utACK 576580f MarcoFalke: ACK 576580f Tree-SHA512: 51c40fc4db4f8739e93e931aeac572779d5ade0bfeb3bcb0082301cf73b4f48e31d4ccbe40421dc65d0ec091d6393685c0c9b8f76584c59249f13642e80a6da5
|
Weren't all the commits here missing the backport metadata? |
|
Probably, what backport metadata should be in a commit? |
|
Maybe we should mention the backport script in the contrib/devtools readme? |
|
The code itself was the same when I did the backport, but those were the commit differences (via range-diff): |
|
Yeah the Github-Pull: and Rebased-From: were missing |
Backport of #15911 for 0.18 branch.
The original PR changed
rawtransaction_util.cpp, whereas the backport changesrawtransaction.cppto avoid having to also backport #15638.