mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
In preparation of supporting multiple swap types, we move our swap builder into a single place, so that we can check our `maySwap` restriction per-swap (since we'll now have different checks for different swap types. To save ourselves from making multiple calls to the loop server for the restrictions placed on each swap type, we still pass a single set of restrictions in. |
||
|---|---|---|
| .. | ||
| autoloop_test.go | ||
| autoloop_testcontext_test.go | ||
| balances.go | ||
| fees.go | ||
| interface.go | ||
| liquidity.go | ||
| liquidity_test.go | ||
| log.go | ||
| loopout.go | ||
| loopout_builder.go | ||
| reasons.go | ||
| restrictions.go | ||
| threshold_rule.go | ||
| threshold_rule_test.go | ||