Skip to content

Commit

Permalink
More of funky comparisons
Browse files Browse the repository at this point in the history
  • Loading branch information
ukstv committed Apr 18, 2019
1 parent 6824aa3 commit 01a7c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ledger.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ class LedgerBTCApp {

async hashOutputFinalize(tx) {
assert(this.device);
assert(TX.isTX(tx));
assert(funky.isMTX(tx));

let size = encoding.sizeVarint(tx.outputs.length);

Expand Down

0 comments on commit 01a7c8b

Please sign in to comment.