Fulcrum/Controller.cpp
Calin Culianu 8399ee0052 Added BTC::UTXO with tests
Faster encapsulation of UTXOs .. string based.  Copy-on-write.

interops with bitcoin::COutPoint
2019-05-03 14:37:07 +03:00

9 lines
102 B
C++

#include "Controller.h"
Controller::Controller()
{
}
QObject *Controller::qobj() { return this; }