forked from Public/monero-gui
started integrating wallet library
This commit is contained in:
6
WalletManager.cpp
Normal file
6
WalletManager.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "WalletManager.h"
|
||||
|
||||
WalletManager::WalletManager(QObject *parent) : QObject(parent)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user