2015-12-01 13:44:58 -05:00
|
|
|
// 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.
|
2013-10-16 17:29:48 -04:00
|
|
|
|
|
|
|
package main
|
|
|
|
|
2018-05-14 22:11:11 -07:00
|
|
|
import "github.com/btcsuite/btcwallet/netparams"
|
2013-10-16 17:29:48 -04:00
|
|
|
|
2016-03-10 23:21:06 -05:00
|
|
|
var activeNet = &netparams.MainNetParams
|