mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-08 12:01:20 +00:00
f82185a4a1
dummyHook's fields were concurrently written by nodes and read by
the test. The simplest solution is to protect all fields with a mutex.
Enable: TestMultiplePeersDropSelf, TestMultiplePeersDropOther as they
seemingly accidentally stayed disabled during a refactor/rewrite
since
|
||
---|---|---|
.. | ||
accounting_api.go | ||
accounting_simulation_test.go | ||
accounting_test.go | ||
accounting.go | ||
protocol_test.go | ||
protocol.go | ||
reporter_test.go | ||
reporter.go |