Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
micahkendall committed Sep 4, 2024
1 parent 09613e5 commit 53000c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/blaze-tx/src/tx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,7 @@ export class TxBuilder {
// const vkeyWitnesses = CborSet.fromCore([], VkeyWitness.fromCore);
const requiredWitnesses: [Ed25519PublicKeyHex, Ed25519SignatureHex][] = [];
let witnessCount = 0;
// eslint-disable-next-line @typescript-eslint/no-unused-vars
for (const _witness of this.requiredWitnesses) {
requiredWitnesses.push([
Ed25519PublicKeyHex(witnessCount.toString().padStart(64, "0")),
Expand Down

0 comments on commit 53000c1

Please sign in to comment.