From a0e36da33c0659555090955d4da815f0eb1e2d4b Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Tue, 7 Apr 2020 22:17:43 -0400 Subject: [PATCH] Spelling --- src/wallet/wallet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 3dd658acb..205a49008 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -94,7 +94,7 @@ static const int DEFAULT_TX_DELETE_INTERVAL = 1000; //Default Transaction Rentention N-BLOCKS static const unsigned int DEFAULT_TX_RETENTION_BLOCKS = 10000; -//Default Retenion Last N-Transactions +//Default Retention Last N-Transactions static const unsigned int DEFAULT_TX_RETENTION_LASTTX = 200; //Amount of transactions to delete per run while syncing