mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-18 20:54:20 +01:00
[covenantless] Fix coin selection to build round tx (#336)
* rework createPoolTx * change address getter * rename BuildPoolTx --> BuildRoundTx
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user