Skip to content

Commit f3cc2ba

Browse files
committed
Missing docstrings
1 parent 0eb0519 commit f3cc2ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/aleph/sdk/connectors/superfluid.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ async def _execute_operation_with_account(self, operation: Operation) -> str:
4949
return await self.account._sign_and_send_transaction(populated_transaction)
5050

5151
def can_start_flow(self, flow: Decimal, block=True) -> bool:
52+
"""Check if the account has enough funds to start a Superfluid flow of the given size."""
5253
valid = False
5354
if self.account.can_transact(block=block):
5455
balance = self.account.get_super_token_balance()

0 commit comments

Comments
 (0)