mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-20 10:12:19 +01:00
21b3c06878
Script.<clinit> depended both on Script.<init> and NetworkParameters.<init> to prepare ScriptChunk cache. At the same time NetworkParameters.<init> depended on Script.<clinit> by using Script.writeBytes(). The fix frees Script.<clinit> from both the NetworkParameters and Script objects. This should remove the root cause behind NetworkParameters construction not being thread safe. |
||
---|---|---|
.. | ||
src | ||
findbugs.xml | ||
pom.xml |