fixed typo
This commit is contained in:
parent
2bd46f90bb
commit
fc92c40c3c
|
@ -1196,7 +1196,7 @@ fn get_execution_purpose(
|
||||||
let script = lookup_table.scripts.get(&script_hash).unwrap();
|
let script = lookup_table.scripts.get(&script_hash).unwrap();
|
||||||
ExecutionPurpose::NoDatum(script.clone())
|
ExecutionPurpose::NoDatum(script.clone())
|
||||||
}
|
}
|
||||||
_ => unreachable!("This is impossible. Only stake deregistration and stake delegation are valid a script purposes."),
|
_ => unreachable!("This is impossible. Only stake deregistration and stake delegation are valid script purposes."),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue