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.
1 parent 43829fd commit c6c0b7aCopy full SHA for c6c0b7a
async_substrate_interface/async_substrate.py
@@ -3653,7 +3653,7 @@ async def get_async_substrate_interface(
3653
max_retries: int = 5,
3654
retry_timeout: float = 60.0,
3655
_mock: bool = False,
3656
- legacy_account_id_decode: bool = True
+ legacy_account_id_decode: bool = True,
3657
) -> "AsyncSubstrateInterface":
3658
"""
3659
Factory function for creating an initialized AsyncSubstrateInterface
@@ -3668,7 +3668,7 @@ async def get_async_substrate_interface(
3668
max_retries,
3669
retry_timeout,
3670
_mock,
3671
- legacy_account_id_decode=legacy_account_id_decode
+ legacy_account_id_decode=legacy_account_id_decode,
3672
)
3673
await substrate.initialize()
3674
return substrate
0 commit comments