3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-15 03:35:52 +00:00

Fix version message. My heart breaks when I see the bad spelling of our dearest child in the logs.

This commit is contained in:
Andreas Schildbach 2014-08-23 00:43:50 +02:00 committed by Mike Hearn
parent c2d19a31a8
commit 56603ff1f9

View File

@ -77,7 +77,7 @@ public class VersionMessage extends Message {
/** The version of this library release, as a string. */ /** The version of this library release, as a string. */
public static final String BITCOINJ_VERSION = "0.12-SNAPSHOT"; public static final String BITCOINJ_VERSION = "0.12-SNAPSHOT";
/** The value that is prepended to the subVer field of this application. */ /** The value that is prepended to the subVer field of this application. */
public static final String LIBRARY_SUBVER = "/BitCoinJ:" + BITCOINJ_VERSION + "/"; public static final String LIBRARY_SUBVER = "/bitcoinj:" + BITCOINJ_VERSION + "/";
public VersionMessage(NetworkParameters params, byte[] payload) throws ProtocolException { public VersionMessage(NetworkParameters params, byte[] payload) throws ProtocolException {
super(params, payload, 0); super(params, payload, 0);