Skip to content

Commit

Permalink
Merge branch '1.0' into issue/2356
Browse files Browse the repository at this point in the history
  • Loading branch information
nivida committed Feb 18, 2019
2 parents dff64f0 + 1f98597 commit 3de3d21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web3-utils/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ export const toDecimal = utils.hexToNumber;
export const hexToNumber = utils.hexToNumber;
export const fromDecimal = utils.numberToHex;
export const numberToHex = utils.numberToHex;
export const hexToUtf8 = utils.hexToUtf8;
export const hexToString = utils.hexToUtf8;
export const toUtf8 = utils.hexToUtf8;
export const stringToHex = utils.utf8ToHex;
Expand Down

0 comments on commit 3de3d21

Please sign in to comment.