grin/wallet
Ignotus Peverell fbbd703e99
Protect wallet data file with a file lock
Operations on the wallet data file are now fenced by a lock to
avoid potentially messy concurrent modifications by multiple
processes (i.e. the wallet receiver and a send command). The lock
is done using a create-only lock file, which is an atomic
operation.
2017-06-14 21:42:58 -07:00
..
src Protect wallet data file with a file lock 2017-06-14 21:42:58 -07:00
Cargo.toml Sending end of the wallet 2017-05-28 20:21:29 -07:00