mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-03 14:07:14 +00:00
Peer: Fix a doc reference to Google Code.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user