Skip to content

Commit b61fb71

Browse files
committed
Mention removal of bare multisig IsMine in release notes
1 parent 9c2a8b8 commit b61fb71

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,16 @@ Low-level RPC changes
9696
with any `-wallet=<path>` options, there is no change in behavior, and the
9797
name of any wallet is just its `<path>` string.
9898

99+
- Bare multisig outputs to our keys are no longer automatically treated as
100+
incoming payments. As this feature was only available for multisig outputs for
101+
which you had all private keys in your wallet, there was generally no use for
102+
them compared to single-key schemes. Furthermore, no address format for such
103+
outputs is defined, and wallet software can't easily send to it. These outputs
104+
will no longer show up in `listtransactions`, `listunspent`, or contribute to
105+
your balance, unless they are explicitly watched (using `importaddress` or
106+
`importmulti` with hex script argument). `signrawtransaction*` also still
107+
works for them.
108+
99109
### Logging
100110

101111
- The log timestamp format is now ISO 8601 (e.g. "2018-02-28T12:34:56Z").

0 commit comments

Comments
 (0)