Skip to content

Commit 54d37f3

Browse files
committed
fix validate block
1 parent 0e222f3 commit 54d37f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tuxedo-parachain-core/src/validate_block.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ where
230230
// Consider an alternative way to express the bounds here:
231231
// Transaction<V, C>: Extrinsic
232232
V: TypeInfo + Verifier + 'static,
233-
C: TypeInfo + ConstraintChecker<V> + 'static,
233+
C: TypeInfo + ConstraintChecker + 'static,
234234
{
235235
// The commented stuff is Basti's algo.
236236
// It is nicer than my hack because it searches the transactions,

0 commit comments

Comments
 (0)