File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
bittensor/core/extrinsics Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -124,9 +124,10 @@ async def unstake_extrinsic(
124
124
f"on [blue]{ subtensor .network } [/blue][magenta]...[/magenta]"
125
125
)
126
126
127
+ limit_price = Balance .from_tao (price_with_tolerance ).rao
127
128
call_params .update (
128
129
{
129
- "limit_price" : price_with_tolerance ,
130
+ "limit_price" : limit_price ,
130
131
"allow_partial" : allow_partial_stake ,
131
132
}
132
133
)
Original file line number Diff line number Diff line change @@ -122,9 +122,10 @@ def unstake_extrinsic(
122
122
f"on [blue]{ subtensor .network } [/blue][magenta]...[/magenta]"
123
123
)
124
124
125
+ limit_price = Balance .from_tao (price_with_tolerance ).rao
125
126
call_params .update (
126
127
{
127
- "limit_price" : price_with_tolerance ,
128
+ "limit_price" : limit_price ,
128
129
"allow_partial" : allow_partial_stake ,
129
130
}
130
131
)
You can’t perform that action at this time.
0 commit comments