Skip to content

Commit

Permalink
txdb: remove redundent code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Tyneway committed Aug 13, 2019
1 parent e007f14 commit ae70b8d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/wallet/txdb.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@ class TXDB {
}
}

if (ns.name)
ns.name = ns.name.toString();

const nameState = ns.getJSON(height, network);
const {type} = covenant;
const action = typesByVal[type].toLowerCase();
Expand Down

0 comments on commit ae70b8d

Please sign in to comment.