Skip to content

Commit

Permalink
feat: Change confirmation threshold to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
ashchan committed Nov 3, 2019
1 parent d513498 commit 1dabb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/neuron-ui/src/utils/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const MIN_AMOUNT = 61
export const PAGE_SIZE = 15
export const UNREMOVABLE_NETWORK = 'Testnet'
export const UNREMOVABLE_NETWORK_ID = '0'
export const CONFIRMATION_THRESHOLD = 10
export const CONFIRMATION_THRESHOLD = 30

export const MAX_DECIMAL_DIGITS = 8

Expand Down

0 comments on commit 1dabb3c

Please sign in to comment.