diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-02-29 17:30:10 -0500 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-02-29 17:30:10 -0500 |
| commit | c3c4e28061429bdb0e9102557c5c9a826620b4c5 (patch) | |
| tree | 34d93ce3018862ca5add44a3dbb5b97f2f40b664 /src/simplewallet/simplewallet.cpp | |
| parent | d60bf4ee36b5687bbbfd78e8ecefb2e1133846d2 (diff) | |
| parent | 5e3557d2c30f9f1a206d93441897793a993f3618 (diff) | |
| download | monzero-core-c3c4e28061429bdb0e9102557c5c9a826620b4c5.tar.gz monzero-core-c3c4e28061429bdb0e9102557c5c9a826620b4c5.tar.xz monzero-core-c3c4e28061429bdb0e9102557c5c9a826620b4c5.zip | |
Merge pull request #687
5e3557d move g_test_dbg_lock_sleep from a global to a function level static (moneromooo-monero)
Diffstat (limited to 'src/simplewallet/simplewallet.cpp')
| -rw-r--r-- | src/simplewallet/simplewallet.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 55bddcddd..e320a6243 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -73,8 +73,6 @@ typedef cryptonote::simple_wallet sw; #define EXTENDED_LOGS_FILE "wallet_details.log" -unsigned int epee::g_test_dbg_lock_sleep = 0; - #define DEFAULT_MIX 4 namespace |
