code refactor

This commit is contained in:
MaysWind
2020-12-18 01:13:22 +08:00
parent 7dd4be3870
commit b41b903b7c
3 changed files with 13 additions and 4 deletions
+5
View File
@@ -5,6 +5,11 @@ const allTransactionTypes = {
Transfer: 4
};
const minAmount = '-999999999.99';
const maxAmount = '999999999.99';
export default {
allTransactionTypes: allTransactionTypes,
minAmount: minAmount,
maxAmount: maxAmount,
};