mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +00:00
Parachains shared.rs to Frame V2 (#3425)
* gotta migrate them all * migrate rococo construct_runtime * trigger ci * fix warnings * get mocks to work * add pallet to test runtime * comments * calm down mr tabrizi lol
This commit is contained in:
@@ -117,7 +117,7 @@ decl_module! {
|
||||
);
|
||||
|
||||
// Handle disputes logic.
|
||||
let current_session = <shared::Module<T>>::session_index();
|
||||
let current_session = <shared::Pallet<T>>::session_index();
|
||||
let freed_disputed: Vec<(_, FreedReason)> = {
|
||||
let fresh_disputes = T::DisputesHandler::provide_multi_dispute_data(disputes)?;
|
||||
if T::DisputesHandler::is_frozen() {
|
||||
|
||||
Reference in New Issue
Block a user