diff --git a/OCIF/staking/src/primitives.rs b/OCIF/staking/src/primitives.rs index d71def87..22b350f8 100644 --- a/OCIF/staking/src/primitives.rs +++ b/OCIF/staking/src/primitives.rs @@ -12,7 +12,7 @@ //! - `RewardInfo` - A struct that holds information about rewards, including the balance for stakers and the core. //! - `EraInfo` - A struct that holds information about a specific era, including rewards, staked balance, active stake, and locked balance. //! - `CoreStakeInfo` - A struct that holds information about a core's stake, including the total balance, -//! number of stakers, and whether a reward has been claimed. +//! number of stakers, and whether a reward has been claimed. //! - `EraStake` - A struct that holds information about the stake for a specific era. //! - `StakerInfo` - A struct that holds information about a staker's stakes across different eras. //! - `UnlockingChunk` - A struct that holds information about an unlocking chunk of balance. diff --git a/pallet-rings/src/lib.rs b/pallet-rings/src/lib.rs index 055a2c32..44dec8ad 100644 --- a/pallet-rings/src/lib.rs +++ b/pallet-rings/src/lib.rs @@ -15,7 +15,7 @@ //! - `send_call` - Allows a core to send a XCM call to a destination chain. //! - `transfer_assets` - Allows a core to transfer fungible assets to another account in the destination chain. //! - `bridge_assets` - Allows a core to bridge fungible assets to another chain having either a third party account or -//! the core account as beneficiary in the destination chain. +//! the core account as beneficiary in the destination chain. #![cfg_attr(not(feature = "std"), no_std)] diff --git a/rust-toolchain.toml b/rust-toolchain.toml index c084c265..fb7b5e92 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2024-02-06" +channel = "nightly-2024-07-15" targets = ["wasm32-unknown-unknown"] -components = [ "rustfmt", "rustc", "rust-std", "cargo", "clippy", "llvm-tools-preview"] \ No newline at end of file +components = [ "rustfmt", "rustc", "rust-std", "cargo", "clippy", "llvm-tools-preview"]