Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
oXtxNt9U committed Dec 11, 2024
1 parent b2a36c5 commit 5d7e30e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/test-transaction-builders/source/verifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,11 @@ export class AcceptAnyTransactionVerifier implements Contracts.Crypto.Transactio
value: data,
};
}

public async verifyLegacySecondSignature(
data: Contracts.Crypto.TransactionData,
legacySecondPublicKey: string,
): Promise<boolean> {
return true;
}
}

0 comments on commit 5d7e30e

Please sign in to comment.