Finish up fixing pr comments

This commit is contained in:
akildemir
2024-08-01 12:53:56 +03:00
parent e1b4a9a610
commit bb5fd3781c
7 changed files with 45 additions and 39 deletions

View File

@@ -131,7 +131,10 @@ std = [
"pallet-transaction-payment-rpc-runtime-api/std",
]
fast-epoch = ["genesis-liquidity-pallet/fast-epoch"]
fast-epoch = [
"genesis-liquidity-pallet/fast-epoch",
"emissions-pallet/fast-epoch",
]
runtime-benchmarks = [
"sp-runtime/runtime-benchmarks",

View File

@@ -138,7 +138,6 @@ impl From<Call> for RuntimeCall {
})
}
},
Call::Emissions => todo!(), // TODO
Call::InInstructions(ii) => match ii {
serai_abi::in_instructions::Call::execute_batch { batch } => {
RuntimeCall::InInstructions(in_instructions::Call::execute_batch { batch })