mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-03 17:40:38 +02:00
add default net for future testing
* testnet-L vs mainnet vs tesnet etcc
This commit is contained in:
parent
9d39ffbdd8
commit
066f72e6ec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user