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