0.5.1-pre.003
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/metadata/metaplex_token_metadata/builder.rs
|
||||
// version: 12
|
||||
// version: 13
|
||||
|
||||
//! Official Metaplex builders and conservative plan validation.
|
||||
|
||||
@@ -201,7 +201,7 @@ pub(crate) fn executor_metaplex_token_metadata_build_prepared_plan(
|
||||
return std::result::Result::Err(error);
|
||||
}
|
||||
return std::result::Result::Ok(crate::ExApiPreparedExecutionPlan {
|
||||
executor_name: "kb-lib.executor.metadata.metaplex_token_metadata".to_string(),
|
||||
executor_name: "ks-lib-executor.metadata.metaplex_token_metadata".to_string(),
|
||||
executor_version: env!("CARGO_PKG_VERSION").to_string(),
|
||||
intent_id: intent.intent_id.clone(),
|
||||
operation_code: intent.operation.operation_code().to_string(),
|
||||
|
||||
Reference in New Issue
Block a user