Skip to content

Commit

Permalink
pr-comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazar955 committed Oct 15, 2024
1 parent fa2cc74 commit bfbd8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submitter/relayer/relayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ func (rl *Relayer) buildTxWithData(data []byte, firstTx *wire.MsgTx) (*types.Btc
return nil, fmt.Errorf("failed to create script for change address: %s err %w", changeAddr, err)
}

changeOutput := wire.NewTxOut(546, changePkScript)
changeOutput := wire.NewTxOut(int64(dustThreshold), changePkScript)
rawTxResult.Transaction.AddTxOut(changeOutput)
}

Expand Down

0 comments on commit bfbd8e1

Please sign in to comment.