From 997445d42f6c804b7560a98e636f9f24496b4202 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 28 Jul 2020 23:33:30 +0530 Subject: consistent naming --- src/types/walletTypes.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/types/walletTypes.ts b/src/types/walletTypes.ts index f37815333..a6bc26d88 100644 --- a/src/types/walletTypes.ts +++ b/src/types/walletTypes.ts @@ -489,12 +489,12 @@ export interface ManualWithdrawalDetails { /** * Amount that the user will transfer to the exchange. */ - rawAmount: AmountString; + amountRaw: AmountString; /** * Amount that will be added to the user's wallet balance. */ - effectiveAmount: AmountString; + amountEffective: AmountString; /** * Ways to pay the exchange. -- cgit v1.2.3