mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-20 02:09:29 +01:00
Peer: Fix a doc reference to Google Code.
This commit is contained in:
parent
aca39ee9de
commit
efc8eecd4c
@ -549,8 +549,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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user