mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 02:17:58 +00:00
Stabilize seal_delegate_call (#11037)
This commit is contained in:
committed by
GitHub
parent
43db400d7d
commit
1317147589
@@ -762,7 +762,6 @@ fn deploy_and_call_other_contract() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(feature = "unstable-interface")]
|
||||
fn delegate_call() {
|
||||
let (caller_wasm, caller_code_hash) = compile_module::<Test>("delegate_call").unwrap();
|
||||
let (callee_wasm, callee_code_hash) = compile_module::<Test>("delegate_call_lib").unwrap();
|
||||
|
||||
Reference in New Issue
Block a user