chore: regenerate umbrella crate, fix feature propagation

This commit is contained in:
2025-12-16 11:28:32 +03:00
parent dd6d48f528
commit 620b0e3aa0
1358 changed files with 9464 additions and 7656 deletions
+2 -1
View File
@@ -2750,7 +2750,8 @@ fn test_under_alias_revision_check() {
setup_alias_account(&pk, &sk, MOCK_CONTEXT, alias_account);
// The account can now use `under_alias` successfully
let dummy_call = Box::new(RuntimeCall::from(pezframe_system::Call::remark { remark: vec![] }));
let dummy_call =
Box::new(RuntimeCall::from(pezframe_system::Call::remark { remark: vec![] }));
assert_ok!(PeoplePallet::under_alias(
RuntimeOrigin::signed(alias_account),
dummy_call.clone()