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 40bfebf commit fb09aa8Copy full SHA for fb09aa8
pallets/subtensor/src/migrations/migrate_rao.rs
@@ -62,9 +62,9 @@ pub fn migrate_rao<T: Config>() -> Weight {
62
// Convert subnets and give them lock.
63
// Set global weight to 18% from the start
64
// Set min lock
65
- NetworkMinLockCost::<T>::set( 1_000_000_000 );
+ NetworkMinLockCost::<T>::set(1_000_000_000);
66
// Set tao weight.
67
- TaoWeight::<T>::set( 3_320_413_933_267_719_290 );
+ TaoWeight::<T>::set(3_320_413_933_267_719_290);
68
69
for netuid in netuids.iter().clone() {
70
if *netuid == 0 {
0 commit comments