Skip to content

Commit

Permalink
Merge pull request #1864 from skalenetwork/bug/SKALED-1863-debug-api
Browse files Browse the repository at this point in the history
SKALED-1863 Enable back debug API
  • Loading branch information
dimalit authored Apr 10, 2024
2 parents 1eb27a8 + b4279a4 commit d881577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skaled/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d881577

Please sign in to comment.