Skip to content

Commit f4023b4

Browse files
Fix missed Context aggregate initialization in Application.cpp
Remove the extra {} that was for the now-deleted Context::coro field in the RPC::JsonContext construction in Application::startGeometry(). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 74a9d6d commit f4023b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/xrpld/app/main/Application.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,6 @@ ApplicationImp::setup(boost::program_options::variables_map const& cmdline)
14251425
c,
14261426
Role::ADMIN,
14271427
{},
1428-
{},
14291428
RPC::apiMaximumSupportedVersion},
14301429
jvCommand};
14311430

0 commit comments

Comments
 (0)