skycoin / teller

Skycoin exchange service
15 stars 30 forks source link

Fix race condition errors #229

Closed gz-c closed 6 years ago

gz-c commented 6 years ago

Fix #228

There is still one race condition between a goroutine used inside of a test to scan a mock log hook for a log entry in order to detect when to stop the test. This does not have an impact on the production code and is benign.