RPC: Return external_signer command in getwalletinfo#24353
RPC: Return external_signer command in getwalletinfo#24353kristapsk wants to merge 1 commit intobitcoin:masterfrom
Conversation
|
This doesn't seem like it's really useful, and perhaps it can be misleading? The value will change depending on what |
|
I think #24307 is a better approach. |
IMO it should be the former eventually |
|
Alternative approach would be to close this, keep the way of #24307 and later add another return value |
|
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. |
Sure, but I think we should only add this output at that time rather than now. |
|
Closing, agree this can be added later. |
Alternative / follow-up to #24307. As was proposed by @luke-jr (#24307 (comment)):
"external_signer"is changed from bool to optional string and is returned only ifWALLET_FLAG_EXTERNAL_SIGNERis set. Will return empty string if wallet is configured to use external signer but Core is started without-signer.