mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
Adjust getutxo min protocol version.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user