1
0
Fork 0
forked from lthn/blockchain

added macos workaround for 'invokes deleted constructor'

This commit is contained in:
cryptozoidberg 2020-01-28 00:58:48 +01:00
parent 98f2d5e155
commit 488be10664
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -9,7 +9,7 @@
//TODO: global objects, need refactoring. Just temporary solution
std::map<int64_t, plain_wallet::plain_wallet_api_impl*> ginstances;
epee::critical_section ginstances_lock;
std::atomic<int64_t> gcounter = 1;
std::atomic<int64_t> gcounter(1);
#define GENERAL_INTERNAL_ERRROR_INSTANCE "GENERAL_INTERNAL_ERROR: WALLET INSTNACE NOT FOUND"