1
0

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

View File

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