pull/1/head
Jan Pochyla 2017-09-06 11:02:49 +02:00
parent 2a1f2e4952
commit c2d9c2f64a
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ func main() {
rpc.EnableCache(*rpcCache)
}
if *chain != "" {
if *chain != "none" {
for _, p := range GetChainParams() {
if p.Name == *chain {
rpc.Parser = &BitcoinBlockParser{Params: p}