mirror of
https://github.com/lightninglabs/pool.git
synced 2026-08-19 13:17:51 +02:00
No description
If we only have a reservation on the auctioneer's side when a trader tries to connect, we cannot create a full account subscription and therefore not follow the normal message flow for recovery. Instead we return a special error message that contains the information we have that should be enough to restore the account on the trader's side. The trader still has to provide a valid signature with the trader key so no probing for this information should be possible by any third party. |
||
|---|---|---|
| account | ||
| auctioneer | ||
| chaninfo | ||
| clientdb | ||
| clmrpc | ||
| clmscript | ||
| cmd | ||
| make | ||
| order | ||
| .gitignore | ||
| .golangci.yml | ||
| .travis.yml | ||
| config.go | ||
| go.mod | ||
| go.sum | ||
| log.go | ||
| Makefile | ||
| rpcserver.go | ||
| server.go | ||
| version.go | ||