update history limit

This commit is contained in:
Matias Alejo Garcia 2016-02-17 16:19:49 -03:00
parent 7eea242300
commit 4dfda532c8
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ var messageBroker;
var fiatRateService;
var serviceVersion;
var HISTORY_LIMIT = 10;
var HISTORY_LIMIT = 100;
/**
* Creates an instance of the Bitcore Wallet Service.