mirror of
https://github.com/logos-blockchain/logos-execution-zone-module.git
synced 2026-05-23 13:09:31 +00:00
Update module names.
This commit is contained in:
parent
6282962325
commit
29fef4b1d7
@ -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
|
||||||
|
|||||||
@ -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": [],
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user