Files
rippled/include/xrpl
Bart 4a1ef3d42f 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-24 20:52:41 +00:00
..
2025-02-24 20:52:41 +00:00
2024-06-20 13:57:14 -05:00
2025-02-24 20:52:41 +00:00