X-CASH-official / xcash-dpops

🗳 Delegated-Proof-of-Private-Stake: First DPoS implementation on a Monero-based coin
https://xcash.foundation
MIT License
48 stars 17 forks source link

Fix some update height function thread unsafe probelm #62

Closed snakewaypasser closed 3 years ago

snakewaypasser commented 3 years ago

Description

Fix some update height function thread unsafe probelm.

Fixes # (issue)

Multi-threaded operations on array variables may cause some buffer white bytes error.

zachhildreth commented 3 years ago

Thanks @snakewaypasser for this! I will test and update it when I can

zachhildreth commented 3 years ago

Thanks @snakewaypasser I tested and seems good, adding this into the code base!