rpc: correct getnewaddress/getrawchangeaddress address_type helptext#23676
rpc: correct getnewaddress/getrawchangeaddress address_type helptext#23676maflcko merged 1 commit intobitcoin:masterfrom
getnewaddress/getrawchangeaddress address_type helptext#23676Conversation
added address_type of `bech32m` to rpc calls `getnewaddress`/`getrawchangeaddress`
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
|
Concept ACK I agree with the updates done in this PR. However, I tried to verify the following statement:
But I was not able to find any trusted material. It would help me correctly review the PR if you shared some article explaining this statement. Thank You. |
|
@shaavan , there is exception handling in both References:
|
…s` address_type helptext 5767208 correct rpc address_type helptext (brianddk) Pull request description: RPC calls `getnewaddress`/`getrawchangeaddress` support the address_type of `bech32m` but it is omitted in the `RPCHelpMan` help text. The `createmultisig` and `addmultisigaddress` help text was not updated since `bech32m` is not yet supported in these. ACKs for top commit: shaavan: ACK 5767208 Tree-SHA512: 3c0cfb96019ca6d316c4a2fe27786d1b621c49b31b3aa61068bad737a5a0ceed89babad704b9923f9aedcabfa670d752916803bdf22236403061ddf9295a2637
…geaddress` address_type helptext 66ba3b8 correct rpc address_type helptext (brianddk) Pull request description: RPC calls `getnewaddress`/`getrawchangeaddress` support the address_type of `bech32m` but it is omitted in the `RPCHelpMan` help text. The `createmultisig` and `addmultisigaddress` help text was not updated since `bech32m` is not yet supported in these. ACKs for top commit: shaavan: ACK 66ba3b8 Tree-SHA512: 3c0cfb96019ca6d316c4a2fe27786d1b621c49b31b3aa61068bad737a5a0ceed89babad704b9923f9aedcabfa670d752916803bdf22236403061ddf9295a2637
RPC calls
getnewaddress/getrawchangeaddresssupport the address_type ofbech32mbut it is omitted in theRPCHelpManhelp text.The
createmultisigandaddmultisigaddresshelp text was not updated sincebech32mis not yet supported in these.