hyperledger-archives / iroha

Iroha - A simple, decentralized ledger
http://iroha.tech
Apache License 2.0
988 stars 298 forks source link

Prevent CommandValidatorVisitor objects from copying #2107

Closed luckychess closed 5 years ago

luckychess commented 5 years ago

Description of the Change

Pull request fixes data race in CommandValidatorVisitor.

Benefits

One issue less.

Possible Drawbacks

It's still possible to revive this data race (a bit harder since I disabled copy constructor for CommandValidatorVisitor but not impossible).