mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 05:51:02 +00:00
Stabilize seal_delegate_call (#11037)
This commit is contained in:
committed by
GitHub
parent
43db400d7d
commit
1317147589
@@ -618,7 +618,7 @@ mod tests {
|
||||
;; output_ptr: u32,
|
||||
;; output_len_ptr: u32
|
||||
;;) -> u32
|
||||
(import "__unstable__" "seal_delegate_call" (func $seal_delegate_call (param i32 i32 i32 i32 i32 i32) (result i32)))
|
||||
(import "seal0" "seal_delegate_call" (func $seal_delegate_call (param i32 i32 i32 i32 i32 i32) (result i32)))
|
||||
(import "env" "memory" (memory 1 1))
|
||||
(func (export "call")
|
||||
(drop
|
||||
|
||||
Reference in New Issue
Block a user