[covenantless] Fix coin selection to build round tx (#336)

* rework createPoolTx

* change address getter

* rename BuildPoolTx --> BuildRoundTx
This commit is contained in:
Louis Singer
2024-09-27 16:09:37 +02:00
committed by GitHub
parent 3271776954
commit ab6ae36eb5
7 changed files with 74 additions and 186 deletions

View File

@@ -118,7 +118,7 @@ func (b *txBuilder) BuildForfeitTxs(
return connectors, forfeitTxs, nil
}
func (b *txBuilder) BuildPoolTx(
func (b *txBuilder) BuildRoundTx(
aspPubkey *secp256k1.PublicKey,
payments []domain.Payment,
boardingInputs []ports.BoardingInput,