Skip to content

Commit

Permalink
Merge branch 'main' into joshy-evictions
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshOrndorff committed Mar 20, 2024
2 parents c291bad + 9a18761 commit 529654a
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 @@ -184,7 +184,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 529654a

Please sign in to comment.