Added the regression in #13968
fix walletcreatefundedpsbt deriv paths, add test #14055
pull instagibbs wants to merge 1 commits into bitcoin:master from instagibbs:wcfpsbt-path changing 2 files +7 −5-
instagibbs commented at 9:04 PM on August 24, 2018: member
-
fix walletcreatefundedpsbt deriv paths, add test 61fe653bd9
-
in test/functional/rpc_psbt.py:146 in 61fe653bd9
142 | @@ -143,17 +143,19 @@ def run_test(self): 143 | # replaceable arg 144 | block_height = self.nodes[0].getblockcount() 145 | unspent = self.nodes[0].listunspent()[0] 146 | - psbtx_info = self.nodes[0].walletcreatefundedpsbt([{"txid":unspent["txid"], "vout":unspent["vout"]}], [{self.nodes[2].getnewaddress():unspent["amount"]+1}], block_height+2, {"replaceable":True}) 147 | + psbtx_info = self.nodes[0].walletcreatefundedpsbt([{"txid":unspent["txid"], "vout":unspent["vout"]}], [{self.nodes[2].getnewaddress():unspent["amount"]+1}], block_height+2, {"replaceable":True}, False)
Empact commented at 9:59 PM on August 24, 2018:nit: a comment for the boolean args would help with readability
Empact commented at 10:00 PM on August 24, 2018: memberutACK 61fe653
achow101 commented at 10:50 PM on August 24, 2018: memberutACK 61fe653bd919cb0533b2b9d6259bc86a4b2975c0
fanquake added the label Wallet on Aug 24, 2018instagibbs commented at 11:49 PM on August 26, 2018: memberpossible backport for 0.17, in case we're doing another RC? @fanquake
fanquake added the label Needs backport on Aug 27, 2018laanwj added this to the milestone 0.17.0 on Aug 27, 2018laanwj merged this on Aug 28, 2018laanwj closed this on Aug 28, 2018laanwj referenced this in commit 5de338ec72 on Aug 28, 2018laanwj referenced this in commit 2307a6eb2b on Aug 28, 2018laanwj removed the label Needs backport on Aug 28, 2018uhliksk referenced this in commit 8defc585ac on Aug 29, 2018DrahtBot locked this on Sep 8, 2021ContributorsLabelsMilestone
0.17.0
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-21 15:15 UTC
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-21 15:15 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me