test_transaction: fix test_sweep case

This commit is contained in:
Roman Zeyde 2015-08-31 17:01:45 +03:00
parent cd83b93e98
commit a097c47b0b
1 changed files with 1 additions and 1 deletions

View File

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