RPC documentation and option fixes#1573
Open
tomt1664 wants to merge 4 commits into
Open
Conversation
14a52bf rpc: use null for optional parameters (Ruslan Kasheparov) Pull request description: Fixes: ElementsProject#1558 ACKs for top commit: tomt1664: Tested ACK 14a52bf Tree-SHA512: 161da840bb23c8573dca19b3216e1da03924d65a2ac17075e37c2fb8697994fe9a14b82ee8453f6122692409cb417c5dfe1f726fa0710458c20d207c153a124c
…decodepsbt' ef1d267 rpc: fix fields type in man in 'decodepsbt' (Ruslan Kasheparov) 91ae0e9 rpc: fix fields describtion in man in 'decodepsbt' (Ruslan Kasheparov) Pull request description: Top commit has no ACKs. Tree-SHA512: 736f7ebfd3c54267aee8e7b25970a25356f9a4c38ac23caecd40a7f4b2a96c0142adc0e73bcbd6881243981297af2d5fcc68bae9023cca6179bee823d1dd9ecb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Various fixes for RPC documentation accuracy.
Fixes for the correct usage of
nullfor optional RPC parameters.