mirror of
https://github.com/muun/recovery.git
synced 2025-11-10 05:59:44 -05:00
Release v2.2.0
This commit is contained in:
2
vendor/github.com/muun/libwallet/sphinx/sphinx.go
generated
vendored
2
vendor/github.com/muun/libwallet/sphinx/sphinx.go
generated
vendored
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user