mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 10:27:59 +00:00
use externalities for chain_id
This commit is contained in:
@@ -137,7 +137,7 @@ impl_function_executor!(this: FunctionExecutor<'e, E>,
|
||||
} else { 0 }
|
||||
},
|
||||
ext_chain_id() -> u64 => {
|
||||
42u64
|
||||
this.ext.chain_id()
|
||||
}
|
||||
=> <'e, E: Externalities + 'e>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user