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