File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ where
120
120
}
121
121
122
122
#[ precompile:: public( "getTotalColdkeyStake(bytes32)" ) ]
123
- #[ precompile:: view]
123
+ #[ precompile:: view]
124
124
fn get_total_coldkey_stake (
125
125
_handle : & mut impl PrecompileHandle ,
126
126
coldkey : H256 ,
@@ -132,7 +132,7 @@ where
132
132
}
133
133
134
134
#[ precompile:: public( "getTotalHotkeyStake(bytes32)" ) ]
135
- #[ precompile:: view]
135
+ #[ precompile:: view]
136
136
fn get_total_hotkey_stake (
137
137
_handle : & mut impl PrecompileHandle ,
138
138
hotkey : H256 ,
@@ -277,7 +277,7 @@ where
277
277
}
278
278
279
279
#[ precompile:: public( "getTotalColdkeyStake(bytes32)" ) ]
280
- #[ precompile:: view]
280
+ #[ precompile:: view]
281
281
fn get_total_coldkey_stake (
282
282
_handle : & mut impl PrecompileHandle ,
283
283
coldkey : H256 ,
@@ -295,7 +295,7 @@ where
295
295
}
296
296
297
297
#[ precompile:: public( "getTotalHotkeyStake(bytes32)" ) ]
298
- #[ precompile:: view]
298
+ #[ precompile:: view]
299
299
fn get_total_hotkey_stake (
300
300
_handle : & mut impl PrecompileHandle ,
301
301
hotkey : H256 ,
You can’t perform that action at this time.
0 commit comments