mirror of
https://github.com/logos-blockchain/logos-execution-zone-module.git
synced 2026-02-11 20:13:07 +00:00
Fix include guard names.
This commit is contained in:
parent
a91bb53e00
commit
ca73309ee1
@ -1,5 +1,5 @@
|
||||
#ifndef I_LOGOS_EXECUTION_ZONE_WALLET_MODULE_API_H
|
||||
#define I_LOGOS_EXECUTION_ZONE_WALLET_MODULE_API_H
|
||||
#ifndef I_LOGOS_EXECUTION_ZONE_WALLET_MODULE_H
|
||||
#define I_LOGOS_EXECUTION_ZONE_WALLET_MODULE_H
|
||||
|
||||
#include <core/interface.h>
|
||||
|
||||
@ -17,7 +17,7 @@ public:
|
||||
|
||||
// === Logos Core ===
|
||||
|
||||
virtual void initLogos(LogosAPI* logosAPIInstance) = 0;
|
||||
virtual void initLogos(LogosAPI* logosApiInstance) = 0;
|
||||
|
||||
// === Logos Execution Zone Wallet ===
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#ifndef LOGOS_EXECUTION_ZONE_WALLET_MODULE_API_H
|
||||
#define LOGOS_EXECUTION_ZONE_WALLET_MODULE_API_H
|
||||
#ifndef LOGOS_EXECUTION_ZONE_WALLET_MODULE_H
|
||||
#define LOGOS_EXECUTION_ZONE_WALLET_MODULE_H
|
||||
|
||||
#include "i_logos_execution_zone_wallet_module.h"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user