Peer: Fix a doc reference to Google Code.

This commit is contained in:
Andreas Schildbach
2016-02-09 20:47:27 +01:00
parent a712dbeb24
commit 99e5ffb206

View File

@@ -503,8 +503,8 @@ public class Peer extends PeerSocketHandler {
}
} catch (Throwable t) {
// Signature checking can FAIL on Android platforms before Gingerbread apparently due to bugs in their
// BigInteger implementations! See issue 160 for discussion. As alerts are just optional and not that
// useful, we just swallow the error here.
// BigInteger implementations! See https://github.com/bitcoinj/bitcoinj/issues/526 for discussion. As
// alerts are just optional and not that useful, we just swallow the error here.
log.error("Failed to check signature: bug in platform libraries?", t);
}
}