Skip to content

Commit

Permalink
wallet: minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
braydonf committed Jun 27, 2019
1 parent 00c652a commit 4108b58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/wallet/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ exports.txdb = {
z: bdb.key('z', ['uint32', 'uint32']),
Z: bdb.key('Z', ['uint32', 'uint32', 'uint32']),
y: bdb.key('y', ['hash256']),
Y: bdb.key('Y', ['uint32', 'hash256']),
h: bdb.key('h', ['uint32', 'hash256']),
H: bdb.key('H', ['uint32', 'uint32', 'hash256']),
b: bdb.key('b', ['uint32']),
Expand Down

0 comments on commit 4108b58

Please sign in to comment.