From 3cfabbc56a0b63efd8ebb39f76deb4d9afb68bf7 Mon Sep 17 00:00:00 2001 From: Jude Nelson Date: Thu, 28 Sep 2017 21:38:09 -0400 Subject: [PATCH] indexer returns an 'expired' flag now --- blockstack_client/schemas.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/blockstack_client/schemas.py b/blockstack_client/schemas.py index a4d5f7867..a047a79c1 100644 --- a/blockstack_client/schemas.py +++ b/blockstack_client/schemas.py @@ -1319,6 +1319,10 @@ NAMEOP_SCHEMA_PROPERTIES = { 'address': OP_HISTORY_SCHEMA['properties']['address'], 'block_number': OP_HISTORY_SCHEMA['properties']['block_number'], 'consensus_hash': OP_HISTORY_SCHEMA['properties']['consensus_hash'], + 'expired': { + # NOTE: filled in by the indexer + 'type': 'boolean', + }, 'expire_block': { # NOTE: filled in by the indexer 'type': 'integer',