From 051244d383f1c1072d6e1f055403a55af427cfdb Mon Sep 17 00:00:00 2001 From: ThomasV Date: Mon, 25 Jun 2012 16:08:52 +0400 Subject: [PATCH] do not send tx_id ; not part of the protocol --- backends/abe/__init__.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/backends/abe/__init__.py b/backends/abe/__init__.py index 745db87..3ba9b23 100644 --- a/backends/abe/__init__.py +++ b/backends/abe/__init__.py @@ -336,6 +336,8 @@ class AbeStore(Datastore_class): if row: if not row[4]: txpoint['raw_output_script'] = row[1] + txpoint.pop('tx_id') + # cache result # do not cache mempool results because statuses are ambiguous if not address_has_mempool: -- 1.7.1