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