ark-network / ark

Ark is a layer-two protocol designed to scale Bitcoin transactions
https://arkdev.info
MIT License
58 stars 16 forks source link

use connectors utxos from swept rounds #167

Closed louisinger closed 4 months ago

louisinger commented 5 months ago

This PR modifies the TxBuilder coin selector strategy:

  1. select the connectors utxos from swept rounds.
  2. select coins from main ocean "ark" account.

it closes #124

@altafan please review