You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/developers-guide/deprecations.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,6 @@ hidden: false
23
23
| ....0-or-1 | Config | v23.08 | v24.08 | Boolean options (in plugins only) used to accept `0` or `1` in place of `true` or `false`|
24
24
| options.flag.default-not-false | Getmanifest Reply | v23.08 | v24.08 |`flag` options with a default which is not `false` (would be meaningless, since user can only set it to `true`|
25
25
| plugin.nonumericids | Getmanifest Reply | v23.08 | v24.08 | Plugins must specify that they can accept non-numeric command ids (numeric ids are deprecated) |
26
-
| createrune.restrictions.string | Parameter | v23.05 | v24.02 |`restrictions` parameter must be an array of arrays, not an array of strings |
27
26
| listchannels.include_private | Field(s) | v24.02 | v24.08 |`listchannels` including private channels (now use listpeerchannels which gives far more detail) |
28
27
| estimatefees.dummy_null | Field | v23.05 | v24.05 | deprecated feerates are `null` (rather than missing) if fee estimate is not available |
29
28
| estimatefees.opening | Field | v23.05 | v24.05 |`opening` feerate (implementation-specific, use modern feerates) |
0 commit comments