1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-15 01:22:01 +00:00

fix minimalAmount param

This commit is contained in:
slowbackspace 2019-05-15 14:20:00 +02:00
parent 09e637443e
commit 607ea8a6be

View File

@ -313,7 +313,7 @@ const amountValidation = ($state: State): PayloadAction<State> => (
state.errors.amount = {
...l10nMessages.TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING,
values: {
reservedAmount: state.minAmount,
minimalAmount: state.minAmount,
networkSymbol: state.networkSymbol,
},
};