forked from LBRYCommunity/lbry-sdk
major facepalm
This commit is contained in:
parent
21702ec43c
commit
1ca82b9d52
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ def d2f(deferred):
|
||||||
|
|
||||||
|
|
||||||
def f2d(future):
|
def f2d(future):
|
||||||
return defer.Deferred(asyncio.ensure_future(future))
|
return defer.Deferred.fromFuture(asyncio.ensure_future(future))
|
||||||
|
|
||||||
|
|
||||||
class WalletComponent(Component):
|
class WalletComponent(Component):
|
||||||
|
|
Loading…
Reference in a new issue