uspv: file compile error
This commit is contained in:
parent
1f11e011de
commit
872db633df
@ -18,12 +18,12 @@ const (
|
|||||||
headerFileName = "headers.bin"
|
headerFileName = "headers.bin"
|
||||||
// Except hash-160s, those aren't backwards. But anything that's 32 bytes is.
|
// Except hash-160s, those aren't backwards. But anything that's 32 bytes is.
|
||||||
// because, cmon, 32? Gotta reverse that. But 20? 20 is OK.
|
// because, cmon, 32? Gotta reverse that. But 20? 20 is OK.
|
||||||
NETVERSION = wire.TestNetL
|
NETVERSION = wire.TestNet3
|
||||||
VERSION = 70011
|
VERSION = 70011
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
params = &chaincfg.TestNetLParams
|
params = &chaincfg.TestNet3Params
|
||||||
)
|
)
|
||||||
|
|
||||||
type SPVCon struct {
|
type SPVCon struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user