Merge pull request #7154 from JDonadio/fix/profile

Fix method name
This commit is contained in:
Gabriel Edgardo Bazán 2017-11-14 10:27:20 -03:00 committed by GitHub
commit e3afba64e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);
})
}