Skip to content

Commit

Permalink
fix utxo bug
Browse files Browse the repository at this point in the history
  • Loading branch information
WarriorFromLongAgo committed Nov 4, 2024
1 parent ae4170b commit 620933c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions explorer/base/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ func (bc *BaseClient) Call(name, module, action, apiUrl string, param map[string
err = fmt.Errorf("response status %v %s, response body: %s", res.StatusCode, res.Status, content.String())
return
}
// When deserializing, The field names must be consistent
if name == "etherscan" {
err = bc.HandleEtherscanResponse(action, content.Bytes(), outcome)
if err != nil {
Expand Down

0 comments on commit 620933c

Please sign in to comment.