mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-11 17:55:53 +00: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…
x
Reference in New Issue
Block a user