mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 02:21:04 +00:00
Enforce pub calls in pallets (#9085)
* make all extrinsics public so they are available from outside * Impl * fix * more fix * more pub * few more * merge fix * fix ui test * fix ui test Co-authored-by: Alexander Popiak <alexander.popiak@parity.io> Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com> Co-authored-by: Bastian Köcher <info@kchr.de>
This commit is contained in:
committed by
GitHub
parent
f21243e4e5
commit
d31e607bda
@@ -786,7 +786,7 @@ pub mod pallet {
|
||||
///
|
||||
/// This check can be turned off by setting the value to `None`.
|
||||
#[pallet::weight(T::DbWeight::get().writes(1))]
|
||||
fn set_minimum_untrusted_score(
|
||||
pub fn set_minimum_untrusted_score(
|
||||
origin: OriginFor<T>,
|
||||
maybe_next_score: Option<ElectionScore>,
|
||||
) -> DispatchResult {
|
||||
|
||||
Reference in New Issue
Block a user