mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 01:11:10 +00:00
Make function get of parameter types public (#3191)
I missed this while making parameter types more flexible.
This commit is contained in:
@@ -98,7 +98,7 @@ macro_rules! parameter_types {
|
||||
() => ();
|
||||
(IMPL $name:ident , $type:ty , $value:expr) => {
|
||||
impl $name {
|
||||
fn get() -> $type {
|
||||
pub fn get() -> $type {
|
||||
$value
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user