mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 22:12:37 +02:00
In this commit, we add the `source_nodes` table. It points to entries in the `nodes` table. This table will store one entry per protocol version that we are announcing a node_announcement on. With this commit, we can run the TestSourceNode unit test against our SQL backends.