We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d613f commit 4194c75Copy full SHA for 4194c75
pallets/shield/src/lib.rs
@@ -279,8 +279,8 @@ pub mod pallet {
279
/// Client‑side:
280
///
281
/// 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.
+ /// 2. Sign your extrinsic so that it can be executed when added to the pool,
+ /// i.e. you may need to increment the nonce if you submit using the same account.
284
/// 3. `commitment = Hashing::hash(signed_extrinsic)`.
285
/// 4. Encrypt:
286
0 commit comments