quick fix for DEPOSIT->CREDIT rename

This commit is contained in:
Florian Dold 2020-03-31 01:16:07 +05:30
parent 3fa928b949
commit 63cf437633
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -39,7 +39,7 @@ import { Timestamp, codecForTimestamp } from "../util/time";
export const enum ReserveTransactionType {
Withdraw = "WITHDRAW",
Deposit = "DEPOSIT",
Deposit = "CREDIT",
Recoup = "RECOUP",
Closing = "CLOSING",
}