custom json encoder for transactions
[electrum-nvc.git] / lib / transaction.py
index 892ec5a..a248532 100644 (file)
@@ -379,10 +379,6 @@ class Transaction:
         self.input_info = None
         self.is_complete = True
         
-
-    def __repr__(self):
-        return "Transaction('"+self.raw+"')"
-
     def __str__(self):
         return self.raw