mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-14 03:17:19 +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) {
|
} catch (Throwable t) {
|
||||||
// Signature checking can FAIL on Android platforms before Gingerbread apparently due to bugs in their
|
// 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
|
// BigInteger implementations! See https://github.com/bitcoinj/bitcoinj/issues/526 for discussion. As
|
||||||
// useful, we just swallow the error here.
|
// 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);
|
log.error("Failed to check signature: bug in platform libraries?", t);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user