mirror of
https://github.com/cculianu/Fulcrum.git
synced 2026-08-15 12:50:49 +02:00
Faster encapsulation of UTXOs .. string based. Copy-on-write. interops with bitcoin::COutPoint
9 lines
102 B
C++
9 lines
102 B
C++
#include "Controller.h"
|
|
|
|
Controller::Controller()
|
|
{
|
|
|
|
}
|
|
|
|
|
|
QObject *Controller::qobj() { return this; }
|