Skip to content

Commit 9141e95

Browse files
committed
fixup! Get rid of ambiguous OutputType::NONE value
Fix release notes typo noticed #12729 (comment)
1 parent 38c2647 commit 9141e95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/release-notes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ Low-level RPC changes
106106
name of any wallet is just its `<path>` string.
107107
- Passing an empty string (`""`) as the `address_type` parameter to
108108
`getnewaddress`, `getrawchangeaddress`, `addmultisigaddress`,
109-
`addmultisigaddress`, `fundrawtransaction` RPCs is now an error. Previously,
110-
this would fall back to using the default address type. It is still possible
111-
to pass null or leave the parameter unset to use the default address type.
109+
`fundrawtransaction` RPCs is now an error. Previously, this would fall back
110+
to using the default address type. It is still possible to pass null or leave
111+
the parameter unset to use the default address type.
112112

113113
### Logging
114114

0 commit comments

Comments
 (0)