Skip to content

Commit

Permalink
Removing unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PranuR3 committed Nov 19, 2024
1 parent 00ba2fa commit 9f84f4d
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ data class UtxoSignedTransactionImpl(
private val utxoSignedTxSignatureVerificationService: UtxoSignedTransactionSignatureVerificationService
) : UtxoSignedTransactionInternal {

// private val utxoSignedTxSignatureVerificationService = UtxoSignedTransactionSignatureVerificationServiceImpl(
// notarySignatureVerificationService,
// transactionSignatureServiceInternal
// )

init {
require(signatures.isNotEmpty()) { "Tried to instantiate a ${javaClass.simpleName} without any signatures." }
verifyMetadata(wireTransaction.metadata)
Expand Down

0 comments on commit 9f84f4d

Please sign in to comment.