commit a92b7dc0df64ce647ba55315c386e1bf447e3528 parent ded250e6a5886c469aaa57e35cc8b87b87cb929a Author: Florian Dold <florian.dold@gmail.com> Date: Tue, 15 Nov 2016 13:03:31 +0100 dce Diffstat:
| M | src/wallet.ts | | | 10 | ---------- |
1 file changed, 0 insertions(+), 10 deletions(-)
diff --git a/src/wallet.ts b/src/wallet.ts @@ -231,16 +231,6 @@ function isWithdrawableDenom(d: Denomination) { } -/** - * Result of updating exisiting information - * about an exchange with a new '/keys' response. - */ -interface KeyUpdateInfo { - updatedExchangeInfo: IExchangeInfo; - addedDenominations: Denomination[]; - removedDenominations: Denomination[]; -} - export type CoinSelectionResult = {exchangeUrl: string, cds: CoinWithDenom[]}|undefined; export function selectCoins(cds: CoinWithDenom[], paymentAmount: AmountJson, depositFeeLimit: AmountJson): CoinWithDenom[]|undefined {