We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hatch
1 parent 925d315 commit 6e5e616Copy full SHA for 6e5e616
src/aleph/sdk/connectors/superfluid.py
@@ -81,7 +81,6 @@ def can_start_flow(self, flow: Decimal, block=True) -> bool:
81
"""Check if the account has enough funds to start a Superfluid flow of the given size."""
82
return self._simulate_create_tx_flow(flow=flow, block=block)
83
84
-
85
async def create_flow(self, receiver: str, flow: Decimal) -> str:
86
"""Create a Superfluid flow between two addresses."""
87
return await self._execute_operation_with_account(
0 commit comments