lastSeenBeacon

This commit is contained in:
shocknet-justin 2025-12-19 00:54:05 -05:00
parent ade165aed1
commit 602146fa2c

View file

@ -312,6 +312,7 @@ export class LiquidityProvider {
this.log(ERROR, "got beacon from invalid type", beacon.type) this.log(ERROR, "got beacon from invalid type", beacon.type)
return return
} }
this.lastSeenBeacon = Date.now()
if (beacon.fees) { if (beacon.fees) {
this.feesCache = beacon.fees this.feesCache = beacon.fees
} }