Class AllowUnconfirmedCoinSelector

  • All Implemented Interfaces:
    CoinSelector

    public class AllowUnconfirmedCoinSelector
    extends DefaultCoinSelector
    This coin selector will select any transaction at all, regardless of where it came from or whether it was confirmed yet. However immature coinbases will not be included (would be a protocol violation).
    • Constructor Detail

      • AllowUnconfirmedCoinSelector

        public AllowUnconfirmedCoinSelector()