difftreelog
doc: Fix PR
in: master
3 files changed
pallets/common/src/dispatch.rsdiffbeforeafterboth--- a/pallets/common/src/dispatch.rs
+++ b/pallets/common/src/dispatch.rs
@@ -94,6 +94,6 @@
/// Get the collection handle for the corresponding implementation.
fn into_inner(self) -> CollectionHandle<T>;
- /// Получить реализацию [CommonCollectionOperations].
+ /// Get the implementation of [CommonCollectionOperations].
fn as_dyn(&self) -> &dyn CommonCollectionOperations<T>;
}
pallets/common/src/eth.rsdiffbeforeafterboth--- a/pallets/common/src/eth.rs
+++ b/pallets/common/src/eth.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.
-//! The module contains a number of functions for converting and checking etherium identifiers.
+//! The module contains a number of functions for converting and checking ethereum identifiers.
use up_data_structs::CollectionId;
use sp_core::H160;
pallets/common/src/lib.rsdiffbeforeafterboth132132133/// Collection handle contains information about collection data and id.133/// Collection handle contains information about collection data and id.134/// Also provides functionality to count consumed gas.134/// Also provides functionality to count consumed gas.135/// CollectionHandle is used as a generic wrapper for collections of all types.136/// It allows to perform common operations and queries on any collection type,137/// both completely general for all, as well as their respective implementations of [CommonCollectionOperations].135#[must_use = "Should call submit_logs or save, otherwise some data will be lost for evm side"]138#[must_use = "Should call submit_logs or save, otherwise some data will be lost for evm side"]136pub struct CollectionHandle<T: Config> {139pub struct CollectionHandle<T: Config> {137 /// Collection id140 /// Collection id