Merge pull request #9512 from Roasbeef/go-1-23

multi: update build system to Go 1.23
This commit is contained in:
Olaoluwa Osuntokun
2025-02-17 16:45:12 -08:00
committed by GitHub
21 changed files with 384 additions and 363 deletions

View File

@@ -733,7 +733,7 @@ func (c *ChannelGraph) ForEachNode(cb func(tx NodeRTx) error) error {
// early.
//
// TODO(roasbeef): add iterator interface to allow for memory efficient graph
// traversal when graph gets mega
// traversal when graph gets mega.
func (c *ChannelGraph) forEachNode(
cb func(kvdb.RTx, *models.LightningNode) error) error {