We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc31d9 commit c5728c7Copy full SHA for c5728c7
1 file changed
chain-extensions/src/lib.rs
@@ -99,6 +99,7 @@ where
99
Env: SubtensorExtensionEnv<T>,
100
<<T as SysConfig>::Lookup as StaticLookup>::Source: From<<T as SysConfig>::AccountId>,
101
{
102
+ // weight for remove_stake is not defined in the Subtensor pallet's WeightInfo
103
let weight = Weight::from_parts(196_800_000, 0)
104
.saturating_add(T::DbWeight::get().reads(19))
105
.saturating_add(T::DbWeight::get().writes(10));
0 commit comments