PeernetOfficial / core

Core library. Use this to create a new Peernet application.
MIT License
36 stars 5 forks source link

Race condition of global blockchain cache on init #89

Open Kleissner opened 2 years ago

Kleissner commented 2 years ago

Looks like we have a race condition when the global blockchain cache is initialized vs used. This should be simple to fix.