mirror of
https://github.com/trezor/blockbook.git
synced 2026-03-13 19:17:17 +01:00
fix typo
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user