Skip to content

Commit b21d609

Browse files
committed
Update to be full message
1 parent d11b4e6 commit b21d609

File tree

2 files changed

+1114
-1026
lines changed

2 files changed

+1114
-1026
lines changed

hyperliquid/utils/signing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def sign_token_delegate_action(wallet, action, is_mainnet):
392392

393393

394394
def sign_inner(wallet, data):
395-
signed = wallet.sign_typed_data(**data)
395+
signed = wallet.sign_typed_data(full_message=data)
396396
return {"r": to_hex(signed["r"]), "s": to_hex(signed["s"]), "v": signed["v"]}
397397

398398

0 commit comments

Comments
 (0)