OpenCBDC Transaction Processor
|
#include "controller.hpp"
#include "crypto/sha256.h"
#include "util/common/config.hpp"
#include "util/network/connection_manager.hpp"
#include "util/serialization/format.hpp"
#include <csignal>
Go to the source code of this file.
Functions | |
auto | main (int argc, char **argv) -> int |
auto main | ( | int | argc, |
char ** | argv ) -> int |
Definition at line 15 of file watchtowerd.cpp.
References cbdc::config::get_args(), and cbdc::config::load_options().