Adds release notes and fixes up some whitespace nits for the touched RPCs
doc: Add 19501 release notes #20043
pull MarcoFalke wants to merge 2 commits into bitcoin:master from MarcoFalke:2009-doc19501 changing 3 files +42 −38-
MarcoFalke commented at 7:18 AM on September 30, 2020: member
- fanquake added the label Docs on Sep 30, 2020
-
fanquake commented at 7:20 AM on September 30, 2020: member
Want to fix up this issue here as well?
-
doc: Remove double-whitespace from help string, other whitespace fixups faf60dee34
-
doc: Add 19501 release notes fa710a6d67
- MarcoFalke force-pushed on Sep 30, 2020
-
MarcoFalke commented at 7:32 AM on September 30, 2020: member
Thx, done. The rendered diff for the first commit is now:
diff --git a/send b/send index 58337d5..2a403d7 100644 --- a/send +++ b/send @@ -5,7 +5,7 @@ EXPERIMENTAL warning: this call may be changed in future releases. Send a transaction. Arguments: -1. outputs (json array, required) A JSON array with outputs (key-value pairs), where none of the keys are duplicated. +1. outputs (json array, required) The outputs (key-value pairs), where none of the keys are duplicated. That is, each address can only appear once and there can only be one 'data' object. For convenience, a dictionary, which holds the key-value pairs directly, is also accepted. [ diff --git a/sendmany b/sendmany index ee770c0..d5c56a3 100644 --- a/sendmany +++ b/sendmany @@ -30,7 +30,7 @@ Arguments: 9. verbose (boolean, optional, default=false) If true, return extra infomration about the transaction. Result (if verbose is not set or set to false): -"hex" (string) The transaction id for the send. Only 1 transaction is created regardless of +"hex" (string) The transaction id for the send. Only 1 transaction is created regardless of the number of addresses. Result (if verbose is set to true): -
laanwj commented at 11:12 AM on September 30, 2020: member
Code review ACK fa710a6d67b2de64bde90def77c70d0a052f9030
- fanquake approved
-
fanquake commented at 12:22 PM on September 30, 2020: member
ACK fa710a6d67b2de64bde90def77c70d0a052f9030
- fanquake merged this on Sep 30, 2020
- fanquake closed this on Sep 30, 2020
- MarcoFalke deleted the branch on Sep 30, 2020
- sidhujag referenced this in commit 2302c87686 on Sep 30, 2020
- DrahtBot locked this on Feb 15, 2022
Contributors
Labels