Browse Source

test_transaction: fix test_sweep case

283
Roman Zeyde 9 years ago
parent
commit
a097c47b0b
  1. 2
      lib/tests/test_transaction.py

2
lib/tests/test_transaction.py

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

Loading…
Cancel
Save