1
0
Fork 0
forked from lthn/blockchain

fixed compilation issue

This commit is contained in:
cryptozoidberg 2023-10-20 16:39:43 +00:00
parent fe77c50e2c
commit 0b563cc2b8

View file

@ -34,7 +34,7 @@
//TODO: global objects, subject to refactoring
std::shared_ptr<plain_wallet_instance> ginstance_ptr;
std::shared_ptr<plain_wallet::plain_wallet_instance> ginstance_ptr;
#define GET_INSTANCE_PTR(ptr_name) \
auto ptr_name = std::atomic_load(&ginstance_ptr); \