forked from Electron-Cash/Electron-Cash
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes: - Race conditions/weirdness when last player delays things and he broadcasts late and the other players have already given up (#70, #97) - Found another race condition where coins got erroneously unfrozen and their reserved addresses unreserved when the protocol threads time out and are killed by the master backgroundshufflingthread (oops!) -- glad I caught this! - Clean up / trivial nit in wallet.py - Some misc. clean ups and simplification and/or rm dead code
- Loading branch information
Showing
3 changed files
with
88 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters