Skip to content

Commit

Permalink
ECKey: remove mention of mailing list in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed May 29, 2024
1 parent 5bc5975 commit a191dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/crypto/ECKey.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
*
* <p>ECKey also provides access to Bitcoin Core compatible text message signing, as accessible via the UI or JSON-RPC.
* This is slightly different to signing raw bytes - if you want to sign your own data and it won't be exposed as
* text to people, you don't want to use this. If in doubt, ask on the mailing list.</p>
* text to people, you don't want to use this.</p>
*
* <p>The ECDSA algorithm supports <i>key recovery</i> in which a signature plus a couple of discriminator bits can
* be reversed to find the public key used to calculate it. This can be convenient when you have a message and a
Expand Down

0 comments on commit a191dd8

Please sign in to comment.