difftreelog
fix SettingAllowanceForAllNotAllowed comment
in: master
1 file changed
pallets/fungible/src/lib.rsdiffbeforeafterboth127 FungibleDisallowsNesting,127 FungibleDisallowsNesting,128 /// Setting item properties is not allowed.128 /// Setting item properties is not allowed.129 SettingPropertiesNotAllowed,129 SettingPropertiesNotAllowed,130 /// Setting approval for all is not allowed.130 /// Setting allowance for all is not allowed.131 SettingAllowanceForAllNotAllowed,131 SettingAllowanceForAllNotAllowed,132 }132 }133133