Created
May 28, 2016 11:10
-
-
Save gkucmierz/ef391ec88ec5a9ae16ac05e6e04ba344 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // calculate number of DAO tokens for MIST | |
| var calcShit = function(num) { | |
| return (+num).toFixed(0) + '0000000000000000' | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment