Skip to content

Commit e7c98ae

Browse files
author
lutwidse
authored
fix: signature (#52)
1 parent 4552685 commit e7c98ae

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
@@ -183,8 +183,8 @@ def sign_spot_transfer_action(wallet, action, is_mainnet):
183183
[
184184
{"name": "hyperliquidChain", "type": "string"},
185185
{"name": "destination", "type": "string"},
186-
{"name": "amount", "type": "string"},
187186
{"name": "token", "type": "string"},
187+
{"name": "amount", "type": "string"},
188188
{"name": "time", "type": "uint64"},
189189
],
190190
"HyperliquidTransaction:SpotSend",

0 commit comments

Comments
 (0)