1
0

custom json encoder for transactions

This commit is contained in:
ThomasV
2013-09-14 21:53:56 +02:00
parent 72d7d0b07a
commit f957837e21
3 changed files with 13 additions and 10 deletions

View 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