Skip to content

Commit ef04cce

Browse files
committed
Push full message
1 parent d11b4e6 commit ef04cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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)