mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-28 12:41:22 +00:00
Also notify TradePresenceWebsocket (using TradePresenceEvent) when bridging old PRESENCE txns
This commit is contained in:
@@ -649,6 +649,8 @@ public class TradeBot implements Listener {
|
|||||||
if (computedTradePresenceData == fakeTradePresenceData) {
|
if (computedTradePresenceData == fakeTradePresenceData) {
|
||||||
LOGGER.trace("Bridged PRESENCE transaction for trade {} with timestamp {}", atAddress, expiry);
|
LOGGER.trace("Bridged PRESENCE transaction for trade {} with timestamp {}", atAddress, expiry);
|
||||||
rebuildSafeAllTradePresences();
|
rebuildSafeAllTradePresences();
|
||||||
|
|
||||||
|
EventBus.INSTANCE.notify(new TradePresenceEvent(fakeTradePresenceData));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user