File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -410,11 +410,12 @@ func (m *Manager) createFinalizedWithdrawalTx(ctx context.Context,
410410 // responsible for that.
411411 resp , err := m .cfg .StaticAddressServerClient .ServerWithdrawDeposits (
412412 ctx , & staticaddressrpc.ServerWithdrawRequest {
413- Outpoints : toPrevoutInfo (outpoints ),
414- ClientNonces : clientNonces ,
415- ClientWithdrawalAddr : withdrawalAddress .String (),
416- WithdrawAmount : int64 (withdrawAmount ),
417- ChangeAmount : int64 (changeAmount ),
413+ Outpoints : toPrevoutInfo (outpoints ),
414+ ClientNonces : clientNonces ,
415+ ClientSweepAddr : withdrawalAddress .String (),
416+ TxFeeRate : uint64 (withdrawalSweepFeeRate ),
417+ WithdrawAmount : int64 (withdrawAmount ),
418+ ChangeAmount : int64 (changeAmount ),
418419 },
419420 )
420421 if err != nil {
You can’t perform that action at this time.
0 commit comments