Electroneum
Functions
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
{
45
return
tools::is_local_address
(
address
);
46
}
catch
(
const
std::exception &e) {
47
MERROR
(
"error: "
<< e.what());
48
return
false
;
49
}
50
}
MERROR
#define MERROR(x)
Definition:
misc_log_ex.h:73
tools::is_local_address
bool is_local_address(const std::string &address)
Definition:
util.cpp:874
address
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
{
54
tools::on_startup
();
55
#ifdef NDEBUG
56
tools::disable_core_dumps
();
57
#endif
58
}
tools::disable_core_dumps
bool disable_core_dumps()
Definition:
util.cpp:748
tools::on_startup
bool on_startup()
Definition:
util.cpp:778
Here is the call graph for this function:
Electroneum
Utils
Generated on Sun Mar 10 2024 12:00:00 for Electroneum by
1.8.14