From 4bd95ca733210ce64efdd452308494fcb6c380ee Mon Sep 17 00:00:00 2001 From: Grigoriy Simonov Date: Thu, 21 Jul 2022 10:16:23 +0000 Subject: [PATCH] doc: fix code review request --- --- a/pallets/nonfungible/src/erc.rs +++ b/pallets/nonfungible/src/erc.rs @@ -46,7 +46,6 @@ }; /// @title A contract that allows to set and delete token properties and change token property permissions. -/// #[solidity_interface(name = "TokenProperties")] impl NonfungibleHandle { /// @notice Set permissions for token property. -- gitstuff