diff --git a/sphinx.go b/sphinx.go index a84b0bcf7..e7eb0d0b4 100644 --- a/sphinx.go +++ b/sphinx.go @@ -56,6 +56,8 @@ const ( routingInfoSize = (securityParameter * 2) + (2*numMaxHops-1)*securityParameter ) +var defaultBitcoinNet = &chaincfg.TestNet3Params + //type LnAddr btcutil.Address // TODO(roasbeef): ok, so we're back to k=20 then. Still using the truncated sha256 MAC. type LightningAddress []byte