Files
xahaud/include/xrpl
Bart 839dd92ee3 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-06-20 13:44:30 +09:00
..
2025-06-20 02:28:17 +09:00
2025-06-17 19:16:40 +09:00
2025-06-17 21:45:05 +09:00
2025-06-20 02:28:17 +09:00