From 872db633dfce6247a4f9f9d82a500a9ede495527 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Sun, 17 Jan 2016 21:43:57 -0800 Subject: [PATCH] uspv: file compile error --- uspv/eight333.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uspv/eight333.go b/uspv/eight333.go index 7eb9325c..4b6ec382 100644 --- a/uspv/eight333.go +++ b/uspv/eight333.go @@ -18,12 +18,12 @@ const ( headerFileName = "headers.bin" // 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. - NETVERSION = wire.TestNetL + NETVERSION = wire.TestNet3 VERSION = 70011 ) var ( - params = &chaincfg.TestNetLParams + params = &chaincfg.TestNet3Params ) type SPVCon struct {