feat: transform TypedValidator in a function of handlers
This commit is contained in:
@@ -62,7 +62,7 @@ impl Validator {
|
||||
modules,
|
||||
module,
|
||||
def,
|
||||
hander,
|
||||
handler,
|
||||
&mut program,
|
||||
plutus_version,
|
||||
));
|
||||
|
||||
@@ -479,12 +479,12 @@ impl CheckedModules {
|
||||
(
|
||||
left.0.package.to_string(),
|
||||
left.0.name.to_string(),
|
||||
left.1.fun.name.to_string(),
|
||||
left.1.name.to_string(),
|
||||
)
|
||||
.cmp(&(
|
||||
right.0.package.to_string(),
|
||||
right.0.name.to_string(),
|
||||
right.1.fun.name.to_string(),
|
||||
right.1.name.to_string(),
|
||||
))
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user