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

fix walletcreatefundedpsbt deriv paths, add test #14055

Merged
merged 1 commit into from
Aug 28, 2018

Conversation

instagibbs
Copy link
Member

Added the regression in #13968

@@ -143,17 +143,19 @@ def run_test(self):
# replaceable arg
block_height = self.nodes[0].getblockcount()
unspent = self.nodes[0].listunspent()[0]
psbtx_info = self.nodes[0].walletcreatefundedpsbt([{"txid":unspent["txid"], "vout":unspent["vout"]}], [{self.nodes[2].getnewaddress():unspent["amount"]+1}], block_height+2, {"replaceable":True})
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)
Copy link
Member

Choose a reason for hiding this comment

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

nit: a comment for the boolean args would help with readability

@Empact
Copy link
Member

Empact commented Aug 24, 2018

utACK 61fe653

@achow101
Copy link
Member

utACK 61fe653

@instagibbs
Copy link
Member Author

possible backport for 0.17, in case we're doing another RC? @fanquake

@laanwj laanwj added this to the 0.17.0 milestone Aug 27, 2018
@laanwj laanwj merged commit 61fe653 into bitcoin:master Aug 28, 2018
laanwj added a commit that referenced this pull request Aug 28, 2018
61fe653 fix walletcreatefundedpsbt deriv paths, add test (Gregory Sanders)

Pull request description:

  Added the regression in #13968

Tree-SHA512: a31290b57ed80a8486925e562ca5412500d4215a238de7e448f48edfa671c87aebd79ee179a8340b289d9811ae6fa30ef75eefd5f5890fb6285174c5db72ff65
laanwj pushed a commit that referenced this pull request Aug 28, 2018
Github-Pull: #14055
Rebased-From: 61fe653
Tree-SHA512: 2f3edf62318fab4b405b47788096005f59cbe6ba4723fe51ce3b386539a58b7ea7369c31c3840c6baa76cdf6ba8f8440f977c36e2ee2916e711d7872bd1eadad
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants