Electroneum
Loading...
Searching...
No Matches
Electroneum::Utils Namespace Reference

Functions

bool isAddressLocal (const std::string &address)
void onStartup ()

Function Documentation

◆ isAddressLocal()

bool Electroneum::Utils::isAddressLocal ( const std::string & address)

Definition at line 42 of file utils.cpp.

43{
44 try {
46 } catch (const std::exception &e) {
47 MERROR("error: " << e.what());
48 return false;
49 }
50}
#define MERROR(x)
Definition misc_log_ex.h:73
bool is_local_address(const std::string &address)
Definition util.cpp:874
const char * address
Definition multisig.cpp:37
Here is the call graph for this function:

◆ onStartup()

void Electroneum::Utils::onStartup ( )

Definition at line 52 of file utils.cpp.

53{
55#ifdef NDEBUG
57#endif
58}
bool disable_core_dumps()
Definition util.cpp:748
bool on_startup()
Definition util.cpp:778
Here is the call graph for this function: