Release v2.2.0

This commit is contained in:
Santiago Lezica
2021-11-12 19:06:13 -03:00
parent 64a820d429
commit 58d843ad79
249 changed files with 73797 additions and 1145 deletions

View File

@@ -25,7 +25,7 @@ func Validate(
) error {
router := lndsphinx.NewRouter(nodeKey, net, lndsphinx.NewMemoryReplayLog())
if err := router.Start(); err != nil {
panic(err)
return fmt.Errorf("could not start router for validating onion blob: %w", err)
}
onionProcessor := hop.NewOnionProcessor(router)
onionProcessor.Start()