Skip to content

Commit

Permalink
more renaming - org.bitcoin to org.litecoin; move protos to a folder
Browse files Browse the repository at this point in the history
This is to avoid conflicts with bitcoinj
  • Loading branch information
pvyhnal-generalbytes committed Apr 24, 2019
1 parent e2947d6 commit 0e7898d
Show file tree
Hide file tree
Showing 14 changed files with 224 additions and 222 deletions.
4 changes: 2 additions & 2 deletions core/findbugs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<FindBugsFilter>
<Match>
<!-- Protos and inner classes are generated by the proto compiler -->
<Package name="org.bitcoinj.protos"/>
<Package name="org.bitcoin.protocols.payments"/>
<Package name="org.litecoinj.protos"/>
<Package name="org.litecoin.protocols.payments"/>
</Match>

<!-- bitcoinj is not designed to run in an environment with malicious code loaded into the VM -->
Expand Down
79 changes: 40 additions & 39 deletions core/src/main/java/org/litecoin/crawler/PeerSeedProtos.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0e7898d

Please sign in to comment.