1
0

rename 'addresses' command as 'listadresses'. use json syntax.

This commit is contained in:
thomasv
2013-03-01 11:21:10 +01:00
parent 3960f383e0
commit 95dc97b39b
3 changed files with 19 additions and 12 deletions

View File

@@ -475,6 +475,7 @@ class Transaction:
self.outputs = self.d['outputs']
self.outputs = map(lambda x: (x['address'],x['value']), self.outputs)
self.input_info = None
self.is_complete = True
@classmethod
def from_io(klass, inputs, outputs):