Merge pull request #1433 from romanz/master
test_transaction: fix test_sweep case
This commit is contained in:
commit
cd734002f2
@ -203,4 +203,4 @@ class NetworkMock(object):
|
||||
self.unspent = unspent
|
||||
|
||||
def synchronous_get(self, arg):
|
||||
return [self.unspent]
|
||||
return self.unspent
|
||||
|
||||
Loading…
Reference in New Issue
Block a user