Skip to content

Commit

Permalink
Merge branch 'main' into joshy-constraint-checker-beef-up
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshOrndorff committed Mar 20, 2024
2 parents 25c8496 + 8a2f661 commit da003a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuxedo-core/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ pub enum UtxoError<ConstraintCheckerError> {
}

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

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

0 comments on commit da003a3

Please sign in to comment.