Browse Source

Define vpwallets global

pull/132/head
Duke Leto 6 years ago
parent
commit
cdeb2c79ae
  1. 3
      src/wallet/wallet.h

3
src/wallet/wallet.h

@ -33,6 +33,9 @@
#include <utility>
#include <vector>
typedef CWallet* CWalletRef;
extern std::vector<CWalletRef> vpwallets;
/**
* Settings
*/

Loading…
Cancel
Save