Fix SQL query to check for empty storage value.

This commit is contained in:
Arijit Das
2021-09-24 15:37:04 +05:30
parent f09f665b11
commit 500bba43b4
7 changed files with 25 additions and 29 deletions
-1
View File
@@ -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)