From 949f423c0bf98c8e95437d33ffb06b233c6eeb84 Mon Sep 17 00:00:00 2001 From: Vitalik Buterin Date: Sun, 10 May 2015 22:03:35 -0400 Subject: Fixed single quotes --- ABITests/basic_abi_tests.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ABITests') diff --git a/ABITests/basic_abi_tests.json b/ABITests/basic_abi_tests.json index 52f16c01a..a62573323 100644 --- a/ABITests/basic_abi_tests.json +++ b/ABITests/basic_abi_tests.json @@ -1,5 +1,5 @@ { - 'GithubWikiTest': { + "GithubWikiTest": { "args": [ 291, [ @@ -17,7 +17,7 @@ "bytes" ] }, - 'SingleInteger': { + "SingleInteger": { "args": [ 98127491 ], @@ -26,7 +26,7 @@ "uint256" ] }, - 'IntegerAndAddress': { + "IntegerAndAddress": { "args": [ 324124, "cd2a3d9f938e13cd947ec05abc7fe734df8dd826" -- cgit v1.2.3