Merge pull request #1433 from romanz/master

test_transaction: fix test_sweep case
This commit is contained in:
ThomasV 2015-08-31 22:38:57 +02:00
commit cd734002f2

View file

@ -203,4 +203,4 @@ class NetworkMock(object):
self.unspent = unspent
def synchronous_get(self, arg):
return [self.unspent]
return self.unspent