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) cmake_minimum_required(VERSION 3.14)
project(LogosExecutionZoneWalletModule LANGUAGES CXX) project(LogosExecutionZone LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_CXX_STANDARD_REQUIRED ON)
@ -12,7 +12,7 @@ else()
endif() endif()
logos_module( logos_module(
NAME lez_wallet_module NAME logos_execution_zone
SOURCES SOURCES
src/logos_execution_zone_wallet_module.h src/logos_execution_zone_wallet_module.h
src/logos_execution_zone_wallet_module.cpp 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", "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", "author": "Logos Blockchain Team",
"type": "core", "type": "core",
"category": "blockchain", "category": "blockchain",
"main": "lez_wallet_module_plugin", "main": "logos_execution_zone_plugin",
"dependencies": [], "dependencies": [],
"capabilities": [], "capabilities": [],
"include": [], "include": [],

View File

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