Created
January 19, 2014 09:14
-
-
Save miracle2k/8502319 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
UInt160 = require('../src/js/ripple/uint160').UInt160; | |
sjcl = require('../src/js/ripple/utils').sjcl; | |
u = UInt160.from_bits(sjcl.codec.hex.toBits('F4FD179DF34F1C2483618F44CD61F8E0E46BC8F3')) | |
u._version_byte = 0 | |
u.to_json() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment