mirror of
https://github.com/lightninglabs/pool.git
synced 2026-08-17 13:06:52 +02:00
The order manager already stores the local lnd node's identity public key. We return it in an exported method so the RPC server can access it as well without needing to query it again. To make sure we only allow querying it after the manager is started, we add an atomic flag for the startup state. |
||
|---|---|---|
| .. | ||
| batch.go | ||
| batch_signer.go | ||
| batch_storer.go | ||
| batch_storer_test.go | ||
| batch_test.go | ||
| batch_verifier.go | ||
| batch_verifier_test.go | ||
| interface.go | ||
| interface_test.go | ||
| log.go | ||
| manager.go | ||
| manager_test.go | ||
| mock_test.go | ||
| rpc_parse.go | ||
| supplyunit.go | ||
| supplyunit_test.go | ||
| tradingfees.go | ||