Skip to content

Commit b80bbc5

Browse files
author
Mark Tyneway
committed
txdb: remove redundant code
1 parent e007f14 commit b80bbc5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/wallet/txdb.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,6 @@ class TXDB {
125125
}
126126
}
127127

128-
if (ns.name)
129-
ns.name = ns.name.toString();
130-
131128
const nameState = ns.getJSON(height, network);
132129
const {type} = covenant;
133130
const action = typesByVal[type].toLowerCase();

0 commit comments

Comments
 (0)