forked from LBRYCommunity/lbry-sdk
test_sync.py fixes
This commit is contained in:
parent
08814ad811
commit
355989d6d1
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class SyncTests(IntegrationTestCase):
|
|||
self.wallet_node.ledger_class,
|
||||
port=self.api_port
|
||||
)
|
||||
await wallet_node.start(seed)
|
||||
await wallet_node.start(self.conductor.spv_node, seed)
|
||||
self.started_nodes.append(wallet_node)
|
||||
return wallet_node
|
||||
|
||||
|
|
Loading…
Reference in a new issue