Update module names.

This commit is contained in:
Alejandro Cabeza Romero 2026-05-21 17:07:50 +02:00
parent 6282962325
commit 29fef4b1d7
No known key found for this signature in database
GPG Key ID: DA3D14AE478030FD
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.14)
project(LogosExecutionZoneWalletModule LANGUAGES CXX)
project(LogosExecutionZone LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
@ -12,7 +12,7 @@ else()
endif()
logos_module(
NAME lez_wallet_module
NAME logos_execution_zone
SOURCES
src/logos_execution_zone_wallet_module.h
src/logos_execution_zone_wallet_module.cpp

View File

@ -1,11 +1,11 @@
{
"name": "lez_wallet_module",
"name": "logos_execution_zone",
"version": "1.0.0",
"description": "Logos Execution Zone Wallet Module for Logos Core",
"description": "Logos Execution Zone Module for Logos Core",
"author": "Logos Blockchain Team",
"type": "core",
"category": "blockchain",
"main": "lez_wallet_module_plugin",
"main": "logos_execution_zone_plugin",
"dependencies": [],
"capabilities": [],
"include": [],

View File

@ -189,7 +189,7 @@ LogosExecutionZoneWalletModule::~LogosExecutionZoneWalletModule() {
// === Plugin Interface ===
QString LogosExecutionZoneWalletModule::name() const {
return "lez_wallet_module";
return "logos_execution_zone";
}
QString LogosExecutionZoneWalletModule::version() const {