diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-11-15 13:03:31 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-11-15 13:03:31 +0100 |
commit | a92b7dc0df64ce647ba55315c386e1bf447e3528 (patch) | |
tree | 75889bc4c1adee3bd9570b54c137383fbc15a9d7 /src | |
parent | ded250e6a5886c469aaa57e35cc8b87b87cb929a (diff) |
dce
Diffstat (limited to 'src')
-rw-r--r-- | src/wallet.ts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/wallet.ts b/src/wallet.ts index 15a3b73c4..49b0f1135 100644 --- 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 { |