forked from lthn/blockchain
fixed compilation issue
This commit is contained in:
parent
fe77c50e2c
commit
0b563cc2b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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); \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue