multi: rename models.LightningNode to models.Node

This commit is contained in:
Elle Mouton
2025-09-01 12:40:15 +02:00
parent ea6cc8154f
commit c663a557c4
26 changed files with 212 additions and 214 deletions

View File

@@ -89,7 +89,7 @@ func TestUpdateAdditionalEdge(t *testing.T) {
// Create a minimal test node using the private key priv1.
pub := priv1.PubKey().SerializeCompressed()
testNode := &models.LightningNode{}
testNode := &models.Node{}
copy(testNode.PubKeyBytes[:], pub)
nodeID, err := testNode.PubKey()