Files
rippled/include/xrpl
Bart 97e3dae6f4 fix: Replace charge() by fee_.update() in OnMessage functions (#5269)
In PeerImpl.cpp, if the function is a message handler (onMessage) or called directly from a message handler, then it should use fee_, since when the handler returns (OnMessageEnd) then the charge function is called. If the function is not a message handler, such as a job queue item, it should remain charge.
2025-02-13 08:54:01 -08:00
..
2025-01-28 10:45:59 -05:00
2024-06-20 13:57:14 -05:00
2025-01-28 10:45:59 -05:00