Skip to content

Commit

Permalink
deleting the remaining checksum from the private key
Browse files Browse the repository at this point in the history
  • Loading branch information
amougel committed Jun 5, 2017
1 parent 71efc07 commit bbe7f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/ripple-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ function convertRippleAdrr(address) {
}

function convertRipplePriv(priv) {
return window.basex('123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz').decode(priv).toString("hex").slice(2,-4)
return window.basex('123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz').decode(priv).toString("hex").slice(2,66)
}

0 comments on commit bbe7f18

Please sign in to comment.