mirror of
https://codeberg.org/nahuhh/wownero
synced 2026-03-05 06:07:35 -05:00
rpc: blanket initialize 0MQ request and response structures
This commit is contained in:
@@ -67,7 +67,7 @@ class classname \
|
||||
// NOTE: when using a type with multiple template parameters,
|
||||
// replace any comma in the template specifier with the macro
|
||||
// above, or the preprocessor will eat the comma in a bad way.
|
||||
#define RPC_MESSAGE_MEMBER(type, name) type name;
|
||||
#define RPC_MESSAGE_MEMBER(type, name) type name = type{}
|
||||
|
||||
|
||||
namespace cryptonote
|
||||
|
||||
Reference in New Issue
Block a user