Raptor3um / raptoreum

MIT License
316 stars 132 forks source link

Fix potential crash during sync #311

Closed CodeIsTheKey closed 10 months ago

CodeIsTheKey commented 10 months ago

Fixed an issue where Qt code could access a core object without a lock. If it changed during the call, it can cause the program to crash.