Explorar el Código

removed membership Trait from benchmarks

ignazio hace 3 años
padre
commit
3a8caeccb6
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      runtime-modules/storage/src/benchmarking.rs

+ 0 - 1
runtime-modules/storage/src/benchmarking.rs

@@ -14,7 +14,6 @@ use crate::{Call, Module, StorageBucketById, Trait};
 benchmarks! {
     where_clause {
         where T: balances::Trait,
-              T: membership::Trait,
               T: Trait,
     }
     _{ }