simplification: removed most of CreateNewBlock
[electrum-server.git] / backends / abe / __init__.py
index 7c5ec6a..6713329 100644 (file)
@@ -380,6 +380,7 @@ class AbeStore(Datastore_class):
             else:
                 tx_id = store.import_tx(tx, False)
                 store.update_tx_cache(tx_id)
+                #print tx_hash
     
         store.commit()