fix method name

This commit is contained in:
JDonadio 2017-11-14 10:25:53 -03:00
parent da8d0f3897
commit fa90a343f9
No known key found for this signature in database
GPG Key ID: EC1F4E04B2BFA730
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ export class ProfileProvider {
this.logger.debug('BWC Notification:', n);
if (n.type == "NewIncomingTx") {
this.walletProvider.getTxHistory_(wallet, { force: true }).catch((err) => {
this.walletProvider.getTxHistory(wallet, { force: true }).catch((err) => {
this.logger.warn('Could not get the tx history for: ' + wallet.credentials.walletId);
})
}