We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6267c commit 8a6586cCopy full SHA for 8a6586c
monitor/run.go
@@ -197,7 +197,7 @@ func (r *blockHeightMonitorRunner) GetExplorerBlockInfoByJSONFormat(pConf *explo
197
return result, err
198
}
199
result.Hash = hash.(string)
200
- if pConf.Name == "blockcypher" {
+ if pConf.Coin == "eth" && pConf.Name == "blockcypher" {
201
result.Hash = "0x" + result.Hash
202
203
0 commit comments