Skip to content

Commit

Permalink
18 decimals by default might make sense
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed Mar 19, 2020
1 parent 23a4d11 commit 136b7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/tokens/TokenCreationProcess.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function TokenCreationProcess(props, context) {
draft.basics.symbol,
[draft.properties.isBurnable, draft.properties.isTransferable, draft.properties.isMintable],
[
draft.properties.decimals, // TODO restrict to max 18
draft.properties.decimals, // TODO restrict to max 18. Default 18 too? #ConceptualDecision
BNstr(draft.properties.initialSupply),
BNstr(draft.properties.cap)
],
Expand Down

0 comments on commit 136b7dd

Please sign in to comment.