decred / dcrlnd

Decred Lightning Network Daemon ⚡️
MIT License
36 stars 24 forks source link

chainscannotify: Add mutex to tip txs map #142

Closed matheusd closed 3 years ago

matheusd commented 3 years ago

This adds a mutex to protect against concurrent access to the tipTxs map.

This solves the issue triggered in the CI run for #141