Skip to content

Commit

Permalink
fix: create outputs for minimum amount in utxo splitter
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcrazycoder committed Sep 28, 2023
1 parent 10adba4 commit 8c5a56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/utxos/UTXOManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default class UTXOManager extends PSBTBuilder {

this.outputs.push({
address: destinationAddress || this.address,
value: amount
value: MINIMUM_AMOUNT_IN_SATS
})
}

Expand Down

0 comments on commit 8c5a56f

Please sign in to comment.