mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 00:01:09 +00:00
frame epm: expose feasibility_check in MinerConfig (#13555)
* frame epm: expose feasibity_check in miner The goal with this commit is to expose the `feasibity_check` such that anyone that implements the `MinerConfig trait` can utilize it * cleanup * fix tests
This commit is contained in:
@@ -462,7 +462,7 @@ impl<T: Config> Pallet<T> {
|
||||
///
|
||||
/// Infallible
|
||||
pub fn finalize_signed_phase_accept_solution(
|
||||
ready_solution: ReadySolution<T>,
|
||||
ready_solution: ReadySolution<T::AccountId, T::MaxWinners>,
|
||||
who: &T::AccountId,
|
||||
deposit: BalanceOf<T>,
|
||||
call_fee: BalanceOf<T>,
|
||||
|
||||
Reference in New Issue
Block a user