git.delta.rocks / unique-network / refs/commits / 6434da338828

difftreelog

fmt

Trubnikov Sergey2022-07-25parent: #00f4540.patch.diff
in: master

2 files changed

modifiedpallets/nonfungible/src/erc.rsdiffbeforeafterboth
--- a/pallets/nonfungible/src/erc.rs
+++ b/pallets/nonfungible/src/erc.rs
@@ -33,7 +33,10 @@
 use pallet_evm_coder_substrate::dispatch_to_evm;
 use sp_std::vec::Vec;
 use pallet_common::{
-	erc::{CommonEvmHandler, PrecompileResult, CollectionCall, static_property::{key, value as property_value}},
+	erc::{
+		CommonEvmHandler, PrecompileResult, CollectionCall,
+		static_property::{key, value as property_value},
+	},
 	CollectionHandle, CollectionPropertyPermissions,
 };
 use pallet_evm::{account::CrossAccountId, PrecompileHandle};
modifiedpallets/unique/src/eth/mod.rsdiffbeforeafterboth
30 CollectionById,30 CollectionById,
31 erc::{static_property::{key, value as property_value}, CollectionHelpersEvents},31 erc::{
32 static_property::{key, value as property_value},
33 CollectionHelpersEvents,
34 },
32};35};
33use crate::{SelfWeightOf, Config, weights::WeightInfo};36use crate::{SelfWeightOf, Config, weights::WeightInfo};