From 0b563cc2b8a731d725fd5f83482ef5f79fa7c1ae Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Fri, 20 Oct 2023 16:39:43 +0000 Subject: [PATCH] fixed compilation issue --- src/wallet/plain_wallet_api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/plain_wallet_api.cpp b/src/wallet/plain_wallet_api.cpp index 99b90450..3235b435 100644 --- a/src/wallet/plain_wallet_api.cpp +++ b/src/wallet/plain_wallet_api.cpp @@ -34,7 +34,7 @@ //TODO: global objects, subject to refactoring -std::shared_ptr ginstance_ptr; +std::shared_ptr ginstance_ptr; #define GET_INSTANCE_PTR(ptr_name) \ auto ptr_name = std::atomic_load(&ginstance_ptr); \