mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 23:21:06 +00:00
Add the missing internal functions.
This commit is contained in:
@@ -42,6 +42,7 @@ pub fn deposit_log(log: &[u8]) {
|
||||
});
|
||||
}
|
||||
|
||||
/// Actually execute all transitioning for `block`.
|
||||
pub fn execute_block(mut block: Block) {
|
||||
// populate environment from header.
|
||||
with_env(|e| {
|
||||
|
||||
Reference in New Issue
Block a user