Skip to content

Commit

Permalink
Merge pull request #384 from cosmos/peng/298-fix-min-addr-length
Browse files Browse the repository at this point in the history
Peng/298 fix min address length
  • Loading branch information
faboweb authored Jan 23, 2018
2 parents 5e84e2a + 77b474b commit 586a0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/renderer/components/wallet/PageSend.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default {
fields: {
address: {
required,
minLength: minLength(39),
minLength: minLength(40),
maxLength: maxLength(42),
alphaNum: alphaNum
},
Expand Down

0 comments on commit 586a0c3

Please sign in to comment.