MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / ReadNotificationArgs

Function ReadNotificationArgs

src/node/kernel_notifications.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108
109
110void ReadNotificationArgs(const ArgsManager& args, KernelNotifications& notifications)
111{
112 if (auto value{args.GetIntArg("-stopatheight")}) notifications.m_stop_at_height = *value;
113}
114
115} // namespace node

Callers 1

AppInitMainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected