diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-10-26 17:57:29 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-10-26 17:57:56 +0200 |
commit | e1c29c94ad6d42ceb2ce3516048fbfd272738b47 (patch) | |
tree | 63687d9d22b403d8b34cef3f2534bbf3b8e84023 /src/wallet/wallet2.h | |
parent | Merge pull request #442 (diff) | |
parent | Fix leak on real output when using a very recent output (diff) | |
download | monero-e1c29c94ad6d42ceb2ce3516048fbfd272738b47.tar.xz |
Merge pull request #444
ecbb732 Fix leak on real output when using a very recent output (moneromooo-monero)
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r-- | src/wallet/wallet2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index 0bffa7f12..a8c7f9b78 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -50,7 +50,6 @@ #include "wallet_errors.h" #include <iostream> -#define DEFAULT_TX_SPENDABLE_AGE 10 #define WALLET_RCP_CONNECTION_TIMEOUT 200000 namespace tools |