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

rpc: Fix help text for signtransactionwithXXX #15669

Merged
merged 1 commit into from Mar 29, 2019

Conversation

torkelrogstad
Copy link
Contributor

This PR fixes the help text for the signrawtransactionwithwallet and signrawtransactionwithkey RPC calls. They both marked the amount field in the UTXO dependencies as required. This field is omitted in the rpc_rawtransaction.py test and successful_signing_test in rpc_signrawtransaction.py.

src/rpc/rawtransaction.cpp Outdated Show resolved Hide resolved
Copy link
Member

@maflcko maflcko left a comment

Choose a reason for hiding this comment

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

ACK

src/wallet/rpcwallet.cpp Outdated Show resolved Hide resolved
Copy link
Member

@maflcko maflcko left a comment

Choose a reason for hiding this comment

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

utACK afc06fc

@maflcko maflcko added this to the 0.19.0 milestone Mar 28, 2019
@promag
Copy link
Member

promag commented Mar 29, 2019

utACK afc06fc.

@maflcko maflcko added the Docs label Mar 29, 2019
maflcko pushed a commit to maflcko/bitcoin-core that referenced this pull request Mar 29, 2019
afc06fc rpc: Fix help text for signtransactionwithXXX (Torkel Rogstad)

Pull request description:

  This PR fixes the help text for the `signrawtransactionwithwallet` and `signrawtransactionwithkey` RPC calls. They both marked the `amount` field in the UTXO dependencies as required. This field is omitted in the [`rpc_rawtransaction.py` test](https://github.com/bitcoin/bitcoin/blob/8a8b03ecd2218dcdbcbf3127f2fa94f0f0da4698/test/functional/rpc_rawtransaction.py#L155) and [`successful_signing_test`](https://github.com/bitcoin/bitcoin/blob/8a8b03ecd2218dcdbcbf3127f2fa94f0f0da4698/test/functional/rpc_signrawtransaction.py#L42) in `rpc_signrawtransaction.py`.

ACKs for commit afc06f:
  promag:
    utACK afc06fc.
  MarcoFalke:
    utACK afc06fc

Tree-SHA512: 7847844ca38d8033fef2f5255700d21487d78a63ecee8b80362fa28fadfafc80ba29a89f38d7ebb3a1be4c7d47ff6c338f67afec9ee22bf065fb352bb3d03d3a
@maflcko maflcko merged commit afc06fc into bitcoin:master Mar 29, 2019
@torkelrogstad torkelrogstad deleted the signrawtx-rpc-help branch April 1, 2019 08:52
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Dec 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants