mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-02 13:09:39 +02:00
add default net for future testing
* testnet-L vs mainnet vs tesnet etcc
This commit is contained in:
@@ -56,6 +56,8 @@ const (
|
|||||||
routingInfoSize = (securityParameter * 2) + (2*numMaxHops-1)*securityParameter
|
routingInfoSize = (securityParameter * 2) + (2*numMaxHops-1)*securityParameter
|
||||||
)
|
)
|
||||||
|
|
||||||
|
var defaultBitcoinNet = &chaincfg.TestNet3Params
|
||||||
|
|
||||||
//type LnAddr btcutil.Address
|
//type LnAddr btcutil.Address
|
||||||
// TODO(roasbeef): ok, so we're back to k=20 then. Still using the truncated sha256 MAC.
|
// TODO(roasbeef): ok, so we're back to k=20 then. Still using the truncated sha256 MAC.
|
||||||
type LightningAddress []byte
|
type LightningAddress []byte
|
||||||
|
Reference in New Issue
Block a user