Skip to content

Commit 33d7cdb

Browse files
1yamhoh
andauthored
Update src/aleph/sdk/connectors/superfluid.py
Co-authored-by: Hugo Herter <git@hugoherter.com>
1 parent 5e90230 commit 33d7cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aleph/sdk/connectors/superfluid.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def sign_and_send():
3535
# API in `web3.eth`. This runs it in a non-blocking asyncio executor.
3636
loop = asyncio.get_running_loop()
3737
transaction_hash = await loop.run_in_executor(None, sign_and_send)
38-
return transaction_hash.hex()
38+
return transaction_hash
3939

4040

4141
async def execute_operation_with_account(

0 commit comments

Comments
 (0)