Skip to content

Commit 9f0a5bd

Browse files
committed
Fix compilation error hopefully
1 parent 87f7412 commit 9f0a5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libxrpl/tx/InvariantCheck.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ AccountRootsDeletedClean::finalize(
603603
}
604604
}
605605
// Simple types
606-
for (auto const& [keyletfunc, _, _] : directAccountKeylets)
606+
for (auto const& [keyletfunc, _, __] : directAccountKeylets)
607607
{
608608
if (objectExists(std::invoke(keyletfunc, accountID)) && enforce)
609609
{

0 commit comments

Comments
 (0)