public class AllowUnconfirmedCoinSelector extends DefaultCoinSelector
Constructor and Description |
---|
AllowUnconfirmedCoinSelector() |
Modifier and Type | Method and Description |
---|---|
static AllowUnconfirmedCoinSelector |
get()
Returns a global static instance of the selector.
|
protected boolean |
shouldSelect(Transaction tx)
Sub-classes can override this to just customize whether transactions are usable, but keep age sorting.
|
isSelectable, select
protected boolean shouldSelect(Transaction tx)
DefaultCoinSelector
shouldSelect
in class DefaultCoinSelector
public static AllowUnconfirmedCoinSelector get()
Copyright © 2016. All rights reserved.