mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-11 07:43:02 +02:00
Which lets us run `TestNodeIsPublic` against our SQL DB backends. Note that we need to tweak the tests a little bit so that `AddLightningNode` for the same node is always called with a newer LastUpdate time else it will fail the SQL constraint that only allows the upsert if the update is newer than the persisted one.