Skip to content

Instantly share code, notes, and snippets.

@miracle2k
Created January 19, 2014 09:14
Show Gist options
  • Save miracle2k/8502319 to your computer and use it in GitHub Desktop.
Save miracle2k/8502319 to your computer and use it in GitHub Desktop.
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