mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-24 06:47:44 +01:00
This commit removes the retry goroutine from the STM as the retry loop is only running when the STM transaction is encapsulated in Update/View whereas for self-standing transactions we use a different approach. By removing the goroutine we won't catch panics thrown that are supposed to be catched outside of the STM. |
||
---|---|---|
.. | ||
etcd | ||
backend.go | ||
config.go | ||
interface.go | ||
kvdb_etcd.go | ||
kvdb_no_etcd.go |