mirror of
https://github.com/lightninglabs/pool.git
synced 2026-08-16 13:00:39 +02:00
This commit introduces support for trader account withdrawals to arbitrary outputs. Traders are able to withdraw their accounts through either spending paths, multi-sig or expiry, with the latter requiring a new expiration (to be done as a follow-up). When spending through the multi-sig path, traders submit their outputs to the auctioneer, excluding the new account output as that can be reconstructed by the auctioneer. The auctioneer then creates a transaction adhering to the trader's constraints and provides a signature back. |
||
|---|---|---|
| .. | ||
| watcher | ||
| auth.go | ||
| auth_test.go | ||
| interface.go | ||
| interface_test.go | ||
| log.go | ||
| manager.go | ||
| manager_test.go | ||
| mock_test.go | ||