We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a013976 commit f30977dCopy full SHA for f30977d
1 file changed
docs/release-notes/release-notes-0.22.0.md
@@ -46,6 +46,14 @@
46
47
## Functional Enhancements
48
49
+* Signing a message for an address [now supports the recently finalized BIP-0322
50
+ Generic Signed Message
51
+ Format](https://github.com/lightningnetwork/lnd/pull/10798). The new format
52
+ can be invoked by setting `Bip322: true` on the `SignMessageWithAddr` RPC or
53
+ by specifying the `--bip322` flag on the `lncli wallet addresses signmessage`
54
+ subcommand. Verification of the new address format works without any new flag
55
+ because the new format can be automatically detected based on its prefix.
56
+
57
## RPC Additions
58
59
* The `routerrpc.EstimateRouteFee` RPC now supports [restricting fee estimates
0 commit comments