mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 09:57:56 +00:00
@@ -43,7 +43,7 @@ frame_support::decl_module! {
|
||||
pub struct Module<T: Trait> for enum Call where origin: T::Origin {
|
||||
fn deposit_event() = default;
|
||||
type Error = Error<T>;
|
||||
const Foo: u32 = u32::max_value();
|
||||
const Foo: u32 = u32::MAX;
|
||||
|
||||
#[weight = 0]
|
||||
fn accumulate_dummy(_origin, _increase_by: T::Balance) {
|
||||
|
||||
Reference in New Issue
Block a user