fix ffigen

[SEVERE] : Header ./wallet2_api_c.h: Total errors/warnings: 2.
[SEVERE] :     ./wallet2_api_c.h:708:20: error: initializer element is not a compile-time constant [Semantic Issue]
[SEVERE] :     ./wallet2_api_c.h:709:20: error: initializer element is not a compile-time constant [Semantic Issue]
This commit is contained in:
Czarek Nakamoto
2023-12-30 13:50:07 +01:00
parent 48e6f06142
commit 3310b738de

View File

@@ -705,8 +705,8 @@ int LogLevel_1 = 1;
int LogLevel_2 = 2;
int LogLevel_3 = 3;
int LogLevel_4 = 4;
int LogLevel_Min = LogLevel_Silent;
int LogLevel_Max = LogLevel_4;
int LogLevel_Min = -1;
int LogLevel_Max = 4;
// struct WalletManagerFactory
// {