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.
2 parents 871e0bb + 1e26784 commit 111b4faCopy full SHA for 111b4fa
examples/chain_client/38_StreamEventOrderFail.py
@@ -42,7 +42,7 @@ async def main() -> None:
42
if result == {}:
43
continue
44
45
- failed_order_hashes = result["events"]["injective.exchange.v1beta1.EventOrderFail.hashes"]
+ failed_order_hashes = json.loads(result["events"]["injective.exchange.v1beta1.EventOrderFail.hashes"][0])
46
failed_order_codes = json.loads(result["events"]["injective.exchange.v1beta1.EventOrderFail.flags"][0])
47
48
dict = {}
0 commit comments