From 2959bf9255b906b36bd1dedd99b15dd9f8a40be9 Mon Sep 17 00:00:00 2001 From: SjonHortensius Date: Sun, 30 Jul 2017 15:22:19 +0200 Subject: [PATCH] Update Filter definition address should be D20, not Array|DATA --- src/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schema.json b/src/schema.json index 44f6643..886d503 100644 --- a/src/schema.json +++ b/src/schema.json @@ -154,7 +154,7 @@ "__required": [], "fromBlock": "Q|T", "toBlock": "Q|T", - "address": "Array|Data", + "address": "D20", "topics": ["D"] }, "FilterChange": {