mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-14 12:43:03 +02:00
This commit saves the RPC request used to construct the `Parameters` on disk. Since it's a proto message, an easy way to read/write it is to rely on the proto marshal/unmarshal methods. A side effect is that migration also becomes easy as proto message have its own internal mechanism to keep track of the compatibility. |
||
|---|---|---|
| .. | ||
| liquidity.go | ||
| loopin.go | ||
| loopout.go | ||
| lsat.go | ||
| main.go | ||
| monitor.go | ||
| quote.go | ||
| swaps.go | ||
| terms.go | ||
| utils.go | ||