@@ -41,7 +41,7 @@ pub use sp_runtime::BuildStorage;
4141pub use sp_runtime:: { Perbill , Permill } ;
4242use frame_system:: EnsureRoot ;
4343
44- /// added by SCS
44+ /// added by Integritee
4545pub use pallet_teerex;
4646use frame_support:: traits:: { OnUnbalanced , Imbalance } ;
4747
@@ -148,7 +148,7 @@ pub const TEER: Balance = 1_000_000_000_000;
148148pub const MILLITEER : Balance = 1_000_000_000 ;
149149pub const MICROTEER : Balance = 1_000_000 ;
150150
151- /// added by scs
151+ /// added by Integritee
152152/// A timestamp: milliseconds since the unix epoch.
153153pub type Moment = u64 ;
154154
@@ -328,7 +328,7 @@ parameter_types! {
328328 pub const MaxSilenceTime : Moment =172_800_000 ; // 48h
329329}
330330
331- /// added by SCS
331+ /// added by Integritee
332332impl pallet_teerex:: Config for Runtime {
333333 type Event = Event ;
334334 type Currency = pallet_balances:: Pallet < Runtime > ;
@@ -381,7 +381,7 @@ construct_runtime!(
381381 Balances : pallet_balances:: { Pallet , Call , Storage , Config <T >, Event <T >} ,
382382 TransactionPayment : pallet_transaction_payment:: { Pallet , Storage } ,
383383 Sudo : pallet_sudo:: { Pallet , Call , Config <T >, Storage , Event <T >} ,
384- // added by SCS
384+ // added by Integritee
385385 Teerex : pallet_teerex:: { Pallet , Call , Storage , Event <T >} ,
386386 Treasury : pallet_treasury:: { Pallet , Call , Storage , Config , Event <T >} ,
387387 }
0 commit comments