chore: fix function names in comment

Signed-off-by: fuyangpengqi <995764973@qq.com>
This commit is contained in:
fuyangpengqi
2024-04-18 20:58:15 +08:00
parent 2ccf58e2af
commit 5f22d97b51
5 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ import (
"github.com/lightningnetwork/lnd/tor"
)
// validateAtplConfig is a helper method that makes sure the passed
// validateAtplCfg is a helper method that makes sure the passed
// configuration is sane. Currently it checks that the heuristic configuration
// makes sense. In case the config is valid, it will return a list of
// WeightedHeuristics that can be combined for use with the autopilot agent.