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 a9348d4 commit 6f8d23eCopy full SHA for 6f8d23e
async_substrate_interface/async_substrate.py
@@ -330,7 +330,7 @@ async def process_events(self):
330
self.__error_message = {
331
"type": "System",
332
"name": "Token",
333
- "docs": dispatch_error["Token"]
+ "docs": dispatch_error["Token"],
334
}
335
336
elif not has_transaction_fee_paid_event:
async_substrate_interface/sync_substrate.py
@@ -297,7 +297,7 @@ def process_events(self):
297
298
299
300
301
302
303
0 commit comments