mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-19 05:33:44 +01:00
Adjust getutxo min protocol version.
This commit is contained in:
parent
57bbb9152b
commit
59c1f23931
@ -23,7 +23,7 @@ import java.io.OutputStream;
|
||||
import java.util.List;
|
||||
|
||||
public class GetUTXOsMessage extends Message {
|
||||
public static final int MIN_PROTOCOL_VERSION = 70003;
|
||||
public static final int MIN_PROTOCOL_VERSION = 70002;
|
||||
|
||||
private boolean includeMempool;
|
||||
private ImmutableList<TransactionOutPoint> outPoints;
|
||||
|
Loading…
Reference in New Issue
Block a user