0.5.1-pre.003
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/spl/elgamal_registry/builder.rs
|
||||
// version: 8
|
||||
// version: 9
|
||||
|
||||
//! Official registry builders and conservative plan validation.
|
||||
|
||||
@@ -134,7 +134,7 @@ pub(crate) fn executor_spl_elgamal_registry_build_prepared_plan(
|
||||
"built SPL ElGamal registry execution plan"
|
||||
);
|
||||
return std::result::Result::Ok(crate::ExApiPreparedExecutionPlan {
|
||||
executor_name: std::string::String::from("kb-lib.executor.spl.elgamal_registry"),
|
||||
executor_name: std::string::String::from("ks-lib-executor.spl.elgamal_registry"),
|
||||
executor_version: std::string::String::from(env!("CARGO_PKG_VERSION")),
|
||||
intent_id: intent.intent_id.clone(),
|
||||
operation_code: std::string::String::from(operation_code),
|
||||
|
||||
Reference in New Issue
Block a user