File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,16 @@ Low-level RPC changes
96
96
with any ` -wallet=<path> ` options, there is no change in behavior, and the
97
97
name of any wallet is just its ` <path> ` string.
98
98
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
+
99
109
### Logging
100
110
101
111
- The log timestamp format is now ISO 8601 (e.g. "2018-02-28T12:34:56Z").
You can’t perform that action at this time.
0 commit comments