add default net for future testing

* testnet-L vs mainnet vs tesnet etcc
This commit is contained in:
Olaoluwa Osuntokun 2015-10-22 13:20:15 -07:00
parent 9d39ffbdd8
commit 066f72e6ec

View File

@ -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