mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-17 13:06:14 +02:00
Because processing of onion blob have been moved in another place we could get rid of the variables which are not needed any more. NOTE: pendingBatch have been replaced with batchCounter variable, but it should be removed at all, because number of pending batch updates might be counted by the state machine itself. |
||
|---|---|---|
| .. | ||
| circuit.go | ||
| interfaces.go | ||
| iterator.go | ||
| link.go | ||
| log.go | ||
| mock.go | ||
| packet.go | ||
| switch.go | ||
| switch_test.go | ||