mirror of
https://github.com/lightninglabs/pool.git
synced 2026-08-18 13:08:33 +02:00
No description
In this commit, we fix a panic in `sendAcceptBatch` due to the fact that the method as is, creates a slice with enough _capacity_ but a zero length. In this case, trying to access an index will result in a panic. In this commit, we shift things over to use append instead of index into the slice. |
||
|---|---|---|
| account | ||
| auctioneer | ||
| chaninfo | ||
| clientdb | ||
| clmrpc | ||
| clmscript | ||
| cmd | ||
| order | ||
| config.go | ||
| log.go | ||
| rpcserver.go | ||
| server.go | ||
| version.go | ||