Skip to content

Commit 4194c75

Browse files
committed
cargo fmt
1 parent d6d613f commit 4194c75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pallets/shield/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ pub mod pallet {
279279
/// Client‑side:
280280
///
281281
/// 1. Read `NextKey` (ML‑KEM public key bytes) from storage.
282-
/// 2. Sign your extrinsic so that it can be executed when added to the pool,
283-
/// i.e. you may need to increment the nonce if you submit using the same account.
282+
/// 2. Sign your extrinsic so that it can be executed when added to the pool,
283+
/// i.e. you may need to increment the nonce if you submit using the same account.
284284
/// 3. `commitment = Hashing::hash(signed_extrinsic)`.
285285
/// 4. Encrypt:
286286
///

0 commit comments

Comments
 (0)