3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-12 18:25:51 +00:00

Use protocol version 70002, stating readiness for BIP61 reject messages.

The code for reject messages has been implemented a long time ago, but we never advanced our protocol version.
This commit is contained in:
Andreas Schildbach 2017-08-11 19:22:04 +02:00
parent c36784b307
commit 80b966d39f

View File

@ -527,7 +527,7 @@ public abstract class NetworkParameters {
MINIMUM(70000),
PONG(60001),
BLOOM_FILTER(70000),
CURRENT(70001);
CURRENT(70002);
private final int bitcoinProtocol;