We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60c486 commit e6e987fCopy full SHA for e6e987f
bittensor/core/extrinsics/transfer.py
@@ -52,7 +52,7 @@ def _do_transfer(
52
else:
53
call_params["keep_alive"] = False
54
55
- call_params["amount"] = amount.rao
+ call_params["value"] = amount.rao
56
if keep_alive:
57
call_function = "transfer_keep_alive"
58
0 commit comments