Skip to content

Commit 8a2f661

Browse files
committed
one remaining Verifier -> ConstraintChecker
1 parent b93090b commit 8a2f661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tuxedo-core/src/types.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ pub enum UtxoError<ConstraintCheckerError> {
164164
}
165165

166166
/// The Result of dispatching a UTXO transaction.
167-
pub type DispatchResult<VerifierError> = Result<(), UtxoError<VerifierError>>;
167+
pub type DispatchResult<ConstraintCheckerError> = Result<(), UtxoError<ConstraintCheckerError>>;
168168

169169
/// An opaque piece of Transaction output data. This is how the data appears at the Runtime level. After
170170
/// the verifier is checked, strongly typed data will be extracted and passed to the constraint checker.

0 commit comments

Comments
 (0)