pchain-org / pchain

Pchain client-in-Go
https://plian.org
GNU General Public License v3.0
24 stars 12 forks source link

routines are not thread safe in tendermint consensus #19

Open pchain-org opened 6 years ago

pchain-org commented 6 years ago

in consensus/reactor.go, the routines which get data from consensus/state are not thread-safe, because they just get data even when consensus/state is in process of writing data should fix it