DE-labtory/it-chain

[PBFT] State repository load lock

hihiboss opened this issue · 1 comments

Componet
consensus - pbft

Assignee
Anyone!!

Bug detail
In infra/mem/state_repository.go, Load function doesn't use mutex lock.

Fix plan
The Load function has to use mutex lock.

Reference
.