removed from wallet model
This commit is contained in:
parent
505951a0b1
commit
49ea9d8c3d
3 changed files with 0 additions and 5 deletions
|
|
@ -37,7 +37,6 @@ function TxProposal(opts) {
|
||||||
this.comment = opts.comment || null;
|
this.comment = opts.comment || null;
|
||||||
this.readonly = opts.readonly || null;
|
this.readonly = opts.readonly || null;
|
||||||
this.merchant = opts.merchant || null;
|
this.merchant = opts.merchant || null;
|
||||||
this.altCurrency = opts.altCurrency || null;
|
|
||||||
this._sync();
|
this._sync();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -83,8 +83,6 @@ describe('PayPro (in Wallet) model', function() {
|
||||||
c.network.getHexNonces = sinon.stub();
|
c.network.getHexNonces = sinon.stub();
|
||||||
c.network.send = sinon.stub();
|
c.network.send = sinon.stub();
|
||||||
|
|
||||||
Wallet._newRateService = sinon.stub().returns(null);
|
|
||||||
|
|
||||||
return new Wallet(c);
|
return new Wallet(c);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -120,8 +120,6 @@ describe('Wallet model', function() {
|
||||||
c.networkName = walletConfig.networkName;
|
c.networkName = walletConfig.networkName;
|
||||||
c.version = '0.0.1';
|
c.version = '0.0.1';
|
||||||
|
|
||||||
Wallet._newRateService = sinon.stub().returns(null);
|
|
||||||
|
|
||||||
return new Wallet(c);
|
return new Wallet(c);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue