do not send tx_id ; not part of the protocol
authorThomasV <thomasv@gitorious>
Mon, 25 Jun 2012 12:08:52 +0000 (16:08 +0400)
committerThomasV <thomasv@gitorious>
Mon, 25 Jun 2012 12:08:52 +0000 (16:08 +0400)
backends/abe/__init__.py

index 745db87..3ba9b23 100644 (file)
@@ -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: