git.delta.rocks / unique-network / refs/commits / 489f7f36f38c

difftreelog

fix SettingAllowanceForAllNotAllowed comment

Daniel Shiposha2022-12-08parent: #e25275a.patch.diff
in: master

1 file changed

modifiedpallets/fungible/src/lib.rsdiffbeforeafterboth
127 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