Skip to content

Commit e6e987f

Browse files
committed
Oepsie
1 parent c60c486 commit e6e987f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/core/extrinsics/transfer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def _do_transfer(
5252
else:
5353
call_params["keep_alive"] = False
5454
else:
55-
call_params["amount"] = amount.rao
55+
call_params["value"] = amount.rao
5656
if keep_alive:
5757
call_function = "transfer_keep_alive"
5858
else:

0 commit comments

Comments
 (0)