Skip to content

Commit 538f7d5

Browse files
committed
Add extrinsics to manipulate worker register infomations
1 parent 3ddb5e8 commit 538f7d5

File tree

3 files changed

+265
-40
lines changed

3 files changed

+265
-40
lines changed

pallets/phala/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pub mod phat;
1818
pub mod puppets;
1919
pub mod registry;
2020
pub mod stake_pool;
21+
pub mod phat_tokenomic;
2122
pub mod wapod_workers;
2223

2324
use compute::{base_pool, computation, pool_proxy, stake_pool_v2, vault, wrapped_balances};
@@ -49,7 +50,7 @@ pub use phat as pallet_phat;
4950
pub use phat_tokenomic as pallet_phat_tokenomic;
5051
pub use registry as pallet_registry;
5152
pub use stake_pool as pallet_stake_pool;
52-
pub mod phat_tokenomic;
53+
pub use wapod_workers as pallet_wapod_workers;
5354

5455
#[cfg(feature = "native")]
5556
use sp_core::hashing;

0 commit comments

Comments
 (0)