Skip to content

Commit

Permalink
pkg: update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Mar 30, 2018
1 parent fac9c71 commit d357ecb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 778 deletions.
1 change: 1 addition & 0 deletions lib/wallet/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ common.sortDeps = function sortDeps(txs) {

for (const tx of deps) {
const hash = tx.hash('hex');

let count = depCount.get(hash);

if (--count === 0)
Expand Down
Loading

0 comments on commit d357ecb

Please sign in to comment.