From 489f7f36f38c1f1af1056a3d68c23f55f154dbdc Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Thu, 08 Dec 2022 11:25:30 +0000 Subject: [PATCH] fix: SettingAllowanceForAllNotAllowed comment --- --- a/pallets/fungible/src/lib.rs +++ b/pallets/fungible/src/lib.rs @@ -127,7 +127,7 @@ FungibleDisallowsNesting, /// Setting item properties is not allowed. SettingPropertiesNotAllowed, - /// Setting approval for all is not allowed. + /// Setting allowance for all is not allowed. SettingAllowanceForAllNotAllowed, } -- gitstuff