202374ebd8
1. btcd -> lbcd 2. btcwallet -> lbcallet 3. btcutil -> lbcutil
9 lines
254 B
Go
9 lines
254 B
Go
// Copyright (c) 2013-2015 The btcsuite developers
|
|
// Use of this source code is governed by an ISC
|
|
// license that can be found in the LICENSE file.
|
|
|
|
package main
|
|
|
|
import "github.com/lbryio/lbcwallet/netparams"
|
|
|
|
var activeNet = &netparams.MainNetParams
|