Merge pull request #6938 from gabrielbazan7/fix/walletProvider

fix wallet provider
This commit is contained in:
Gustavo Maximiliano Cortez 2017-10-19 13:51:18 -03:00 committed by GitHub
commit 616ef81607
1 changed files with 1 additions and 1 deletions

View File

@ -1054,7 +1054,7 @@ export class WalletProvider {
});
}
public return reject(wallet: any, txp: any): Promise<any> {
public reject(wallet: any, txp: any): Promise<any> {
return new Promise((resolve, reject) => {
this.ongoingProcess.set('rejectTx', true);
this.rejectTx(wallet, txp).then((txpr: any) => {