From 953fb93bd042e21e53004e9757f27a3a04da1778 Mon Sep 17 00:00:00 2001 From: alcibiadescleinias Date: Wed, 5 Jan 2022 19:35:38 +0300 Subject: [PATCH] fix abi json for lesson 6 ch. 4 --- lesson-6/chapter-3/cryptozombies_abi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lesson-6/chapter-3/cryptozombies_abi.js b/lesson-6/chapter-3/cryptozombies_abi.js index f4603c6..ca5a02f 100644 --- a/lesson-6/chapter-3/cryptozombies_abi.js +++ b/lesson-6/chapter-3/cryptozombies_abi.js @@ -269,6 +269,7 @@ var cryptoZombiesABI = [ "stateMutability": "view", "type": "function" }, + { "constant": false, "inputs": [ { @@ -438,4 +439,3 @@ var cryptoZombiesABI = [ "type": "event" } ] - \ No newline at end of file