mirror of
https://github.com/lightninglabs/pool.git
synced 2026-08-14 12:43:03 +02:00
No description
We use the same proto message types everywhere for these kinds of fields: - absolute amounts (sats): uint64 - fee rates (sat/kWU): uint64 - fee rates (ppm): uint32 - blocks (absolute and relative): uint32 Additionally we unify the comments and remove the [ json_name = "" ] declarations in the trader proto as they aren't needed with the jsonpb marshaller that we use. Then we align the naming of the account key to be called trader key everywhere instead of user's sub key. |
||
|---|---|---|
| account | ||
| auctioneer | ||
| chaninfo | ||
| clientdb | ||
| clmrpc | ||
| clmscript | ||
| cmd | ||
| order | ||
| config.go | ||
| log.go | ||
| rpcserver.go | ||
| server.go | ||
| version.go | ||