fix wallet provider

This commit is contained in:
Gabriel Bazán 2017-10-19 13:01:28 -03:00
parent 98e9f4472b
commit 55227bb348
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) => { return new Promise((resolve, reject) => {
this.ongoingProcess.set('rejectTx', true); this.ongoingProcess.set('rejectTx', true);
this.rejectTx(wallet, txp).then((txpr: any) => { this.rejectTx(wallet, txp).then((txpr: any) => {