AthanorLabs / atomic-swap

💫 ETH-XMR atomic swap implementation
GNU Lesser General Public License v3.0
341 stars 44 forks source link

relayer should not advertise in DHT if their balance is too low to relay #428

Open noot opened 1 year ago

noot commented 1 year ago

as title says, a node with relaying enabled should stop advertising in the DHT if their balance is too low to relay (98500 gas * current gas price)

however, DHT records are only deleted once every 24 hours, so they will only stop showing up for other nodes after 24 hours.