mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
Merge pull request #1433 from romanz/master
test_transaction: fix test_sweep case
This commit is contained in:
commit
cd734002f2
1 changed files with 1 additions and 1 deletions
|
@ -203,4 +203,4 @@ class NetworkMock(object):
|
|||
self.unspent = unspent
|
||||
|
||||
def synchronous_get(self, arg):
|
||||
return [self.unspent]
|
||||
return self.unspent
|
||||
|
|
Loading…
Add table
Reference in a new issue