forked from cerc-io/ipld-eth-server
Fix SQL query to check for empty storage value.
This commit is contained in:
@@ -54,7 +54,6 @@ func DestroyContract(addr string) (*ContractDestroyed, error) {
|
||||
}
|
||||
defer res.Body.Close()
|
||||
|
||||
fmt.Println(res.Body)
|
||||
var data ContractDestroyed
|
||||
decoder := json.NewDecoder(res.Body)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user