diff --git a/skaled/main.cpp b/skaled/main.cpp index 57f86caf9..9382c6dda 100644 --- a/skaled/main.cpp +++ b/skaled/main.cpp @@ -1988,7 +1988,7 @@ int main( int argc, char** argv ) try { #else // debug interface is enabled on core node if bEnabledAPIs_debug is true auto pDebugFace = bEnabledAPIs_debug ? - new rpc::Debug( *g_client, &debugInterface, argv_string ) : + new rpc::Debug( *g_client, &debugInterface, argv_string, true ) : nullptr; #endif