File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ pub enum ProxyType {
147147 NonCritical ,
148148 NonTransfer ,
149149 Senate ,
150- NonFungibile , // Nothing involving moving TAO
150+ NonFungible , // Nothing involving moving TAO
151151 Triumvirate ,
152152 Governance , // Both above governance
153153 Staking ,
Original file line number Diff line number Diff line change @@ -688,7 +688,7 @@ impl InstanceFilter<RuntimeCall> for ProxyType {
688688 )
689689 | RuntimeCall :: SubtensorModule ( pallet_subtensor:: Call :: swap_coldkey { .. } )
690690 ) ,
691- ProxyType :: NonFungibile => !matches ! (
691+ ProxyType :: NonFungible => !matches ! (
692692 c,
693693 RuntimeCall :: Balances ( ..)
694694 | RuntimeCall :: SubtensorModule ( pallet_subtensor:: Call :: add_stake { .. } )
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ fn test_proxy_pallet() {
206206 ProxyType :: NonCritical ,
207207 ProxyType :: NonTransfer ,
208208 ProxyType :: Senate ,
209- ProxyType :: NonFungibile ,
209+ ProxyType :: NonFungible ,
210210 ProxyType :: Triumvirate ,
211211 ProxyType :: Governance ,
212212 ProxyType :: Staking ,
You can’t perform that action at this time.
0 commit comments