mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Represent withdrawal txids as optional in the domain model and keep pending withdrawals visible through GetAllWithdrawals. Pending rows now surface nil and zero values in Go and empty and zero defaults over RPC, while malformed non-NULL txids still fail loudly. Also sync godoc's with how it actually behaves: returns pending withdraws in addition to finalized ones. |
||
|---|---|---|
| .. | ||
| migrations | ||
| queries | ||
| batch.sql.go | ||
| db.go | ||
| instantout.sql.go | ||
| liquidity_params.sql.go | ||
| migration_tracker.sql.go | ||
| models.go | ||
| querier.go | ||
| reservations.sql.go | ||
| static_address_deposits.sql.go | ||
| static_address_loopin.sql.go | ||
| static_address_withdrawals.sql.go | ||
| static_addresses.sql.go | ||
| swaps.sql.go | ||