decred.org/dcrwallet/v3@v3.1.0/params.go (about)

     1  // Copyright (c) 2013-2015 The btcsuite developers
     2  // Copyright (c) 2015 The Decred developers
     3  // Use of this source code is governed by an ISC
     4  // license that can be found in the LICENSE file.
     5  
     6  package main
     7  
     8  import "decred.org/dcrwallet/v3/internal/netparams"
     9  
    10  var activeNet = &netparams.MainNetParams