Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' into buildES2017
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio committed May 2, 2020
2 parents c749d24 + a2b0b18 commit 0663653
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
],
"license": "MPL-2.0",
"dependencies": {
"ethereumjs-util": "^6.1.0",
"level-mem": "^3.0.1",
"ethereumjs-util": "^7.0.0",
"level-mem": "^5.0.1",
"level-ws": "^2.0.0",
"readable-stream": "^3.6.0",
"rlp": "^2.2.3",
"rlp": "^2.2.4",
"semaphore-async-await": "^1.5.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/util/hex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ export function removeHexPrefix(val: Nibbles): Nibbles {
}

/**
* Returns true if hexprefixed path is for a terminating (leaf) node.
* Returns true if hex-prefixed path is for a terminating (leaf) node.
* @method isTerminator
* @param {Nibbles} key - an hexprefixed array of nibbles
* @param {Nibbles} key - a hex-prefixed array of nibbles
* @private
*/
export function isTerminator(key: Nibbles): boolean {
Expand Down

0 comments on commit 0663653

Please sign in to comment.