mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-26 15:12:34 +00:00
add minAmount to SendformRippleReducer
This commit is contained in:
parent
f0855a413c
commit
616949ba47
@ -21,6 +21,7 @@ export type State = {
|
||||
touched: {[k: string]: boolean};
|
||||
address: string;
|
||||
amount: string;
|
||||
minAmount: string;
|
||||
setMax: boolean;
|
||||
feeLevels: Array<FeeLevel>;
|
||||
selectedFeeLevel: FeeLevel;
|
||||
@ -47,6 +48,7 @@ export const initialState: State = {
|
||||
touched: {},
|
||||
address: '',
|
||||
amount: '',
|
||||
minAmount: '0',
|
||||
setMax: false,
|
||||
feeLevels: [],
|
||||
selectedFeeLevel: {
|
||||
|
Loading…
Reference in New Issue
Block a user