Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
norwnd committed Jan 20, 2025
1 parent fa5df3e commit 78a1269
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client/asset/btc/btc.go
Original file line number Diff line number Diff line change
Expand Up @@ -5501,6 +5501,13 @@ func (btc *baseWallet) BondsFeeBuffer(feeRate uint64) uint64 {
func (btc *baseWallet) FundMultiOrder(mo *asset.MultiOrder, maxLock uint64) ([]asset.Coins, [][]dex.Bytes, uint64, error) {
btc.log.Debugf("Attempting to fund a multi-order for %s, maxFeeRate = %d", btc.symbol, mo.MaxFeeRate)

// TODO
//fmt.Println(fmt.Sprintf("asset.MultiOrder: %s", spew.Sdump(mo)))
// TODO
//fmt.Println(fmt.Sprintf("TODO: %s", spew.Sdump(maxLock)))
// TODO - temporary work-around for https://github.com/decred/dcrdex/issues/3130#issuecomment-2599739029
maxLock = 0

var totalRequiredForOrders uint64
var swapInputSize uint64
if btc.segwit {
Expand Down

0 comments on commit 78a1269

Please sign in to comment.