Merge pull request #550 from got3nks/patch-1

Update default History_Limit to 50
This commit is contained in:
Ivan Socolsky 2016-08-08 11:51:40 -03:00 committed by GitHub
commit ea399e12f5
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ Defaults.FIAT_RATE_PROVIDER = 'BitPay';
Defaults.FIAT_RATE_FETCH_INTERVAL = 10; // In minutes
Defaults.FIAT_RATE_MAX_LOOK_BACK_TIME = 120; // In minutes
Defaults.HISTORY_LIMIT = 100;
Defaults.HISTORY_LIMIT = 50;
// The maximum amount of an UTXO to be considered too big to be used in the tx before exploring smaller
// alternatives (proportinal to tx amount).