Add support for btc network version for p2p network messages

This commit is contained in:
Manfred Karrer 2015-11-10 00:42:28 +01:00
parent 7c4bf8680b
commit 09321c89b3
45 changed files with 199 additions and 178 deletions

View file

@ -11,21 +11,4 @@
<artifactId>jtorctl</artifactId>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>