git.delta.rocks / unique-network / refs/commits / c0388a3fec74

difftreelog

feat eth logger

Yaroslav Bolyukin2021-04-30parent: #c019326.patch.diff
in: master

2 files changed

addedpallets/nft/src/eth/log.rsdiffbeforeafterboth

no changes

modifiedpallets/nft/src/eth/mod.rsdiffbeforeafterboth
--- a/pallets/nft/src/eth/mod.rs
+++ b/pallets/nft/src/eth/mod.rs
@@ -2,4 +2,5 @@
 use account::CrossAccountId;
 pub mod abi;
 use abi::{AbiReader, AbiWriter};
+pub mod log;