mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-27 15:28:03 +00:00
nodeIdentity_ is no longer a std::optional, so setNodeId() must read it directly. The merge could not flag this: phase-8 changed the member's type and this line lives only on phase-9, so neither side of the merge touched the same file region.