Page MenuHomePhabricator

[chronik] Fix -Wmissing-field-initializers in chronikbridge_tests.cpp
ClosedPublic

Authored by Fabien on Jul 29 2025, 08:30.

Details

Summary

The test use field initializer to build a chronik_bridge::Tx but all the fields are not present causing this warning. This diff fills the blank to fix the warning, there is no change in behavior.

Test Plan
ninja check