diff --git a/.github/CONTRIBUTING.adoc b/.github/CONTRIBUTING.adoc index f98fe0da6e1..3ce49ee80d7 100644 --- a/.github/CONTRIBUTING.adoc +++ b/.github/CONTRIBUTING.adoc @@ -5,7 +5,6 @@ We love https://github.com/bitcoinj/bitcoinj/pulls[pull requests] from everyone! However, if you have a question or would like to start a discussion, please post to one of the following: * Our https://matrix.org[Matrix] room: https://matrix.to/#/#bitcoinj:matrix.org[#bitcoinj:matrix.org] -* The https://groups.google.com/forum/#!forum/bitcoinj[bitcoinj google group] * https://bitcoin.stackexchange.com/questions/tagged/bitcoinj[Bitcoin stack exchange]. We recommend opening an https://github.com/bitcoinj/bitcoinj/issue[GitHub Issue] or starting a discussion in https://matrix.to/#/#bitcoinj:matrix.org[#bitcoinj:matrix.org] _before_ creating a pull request with a significant change. This will allow other developers to give you feedback on your idea and how it might best align with **bitcoinj** and the development team's future plans for **bitcoinj**. diff --git a/core/src/main/java/org/bitcoinj/crypto/ECKey.java b/core/src/main/java/org/bitcoinj/crypto/ECKey.java index 7cd96ff54be..7911bbf395d 100644 --- a/core/src/main/java/org/bitcoinj/crypto/ECKey.java +++ b/core/src/main/java/org/bitcoinj/crypto/ECKey.java @@ -91,7 +91,7 @@ * *
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.
+ * text to people, you don't want to use this. * *The ECDSA algorithm supports key recovery 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