We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e90230 commit 33d7cdbCopy full SHA for 33d7cdb
src/aleph/sdk/connectors/superfluid.py
@@ -35,7 +35,7 @@ def sign_and_send():
35
# API in `web3.eth`. This runs it in a non-blocking asyncio executor.
36
loop = asyncio.get_running_loop()
37
transaction_hash = await loop.run_in_executor(None, sign_and_send)
38
- return transaction_hash.hex()
+ return transaction_hash
39
40
41
async def execute_operation_with_account(
0 commit comments