Skip to content

Commit

Permalink
Merge pull request #33 from guaka/patch-1
Browse files Browse the repository at this point in the history
fix example code in README.md
  • Loading branch information
fanatid authored Jul 4, 2017
2 parents ba80a23 + 544f02c commit e65f577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const bs58 = require('bs58')

const address = '16UjcYNBG9GTK4uq2f7yYEbuifqCzoLMGS'
const bytes = bs58.decode(address)
console.log(out.toString('hex'))
console.log(bytes.toString('hex'))
// => 003c176e659bea0f29a3e9bf7880c112b1b31b4dc826268187
```

Expand Down

0 comments on commit e65f577

Please sign in to comment.