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

difftreelog

fix remove move constants to primitives

Daniel Shiposha2022-08-15parent: #b1129f6.patch.diff
in: master

2 files changed

deletedruntime/common/constants.rsdiffbeforeafterboth

no changes

modifiedruntime/common/mod.rsdiffbeforeafterboth
--- a/runtime/common/mod.rs
+++ b/runtime/common/mod.rs
@@ -15,7 +15,6 @@
 // along with Unique Network. If not, see <http://www.gnu.org/licenses/>.
 
 pub mod config;
-pub mod constants;
 pub mod construct_runtime;
 pub mod dispatch;
 pub mod ethereum;