lightninglabs / loop

Lightning Loop: A Non-Custodial Off/On Chain Bridge
MIT License
560 stars 117 forks source link

sweepbatcher: set max batch size to 1000 sweeps #813

Closed starius closed 3 months ago

starius commented 3 months ago

This is needed to avoid non-standard batch transactions (larger than 400k wu). A non-cooperative input is 393 wu, so 1000 inputs are still under 400k wu.

Pull Request Checklist