X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fwallet.h;h=195a6ce56559075c54019d888e415bdbb1bd3cf6;hp=9a419351d4c99cb102ec1392e8533c28ee49527d;hb=ca78b9e6a859e32fbe36e7afb12c9c9403e8a5b0;hpb=f5875a9a87b3341857381e847703cc4ae4890737 diff --git a/src/wallet.h b/src/wallet.h index 9a41935..195a6ce 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -80,6 +80,9 @@ private: // the maximum wallet format version: memory-only variable that specifies to what version this wallet may be upgraded int nWalletMaxVersion; + // selected coins metadata + map >, pair > > mapMeta; + public: mutable CCriticalSection cs_wallet;