From fcf3c0176cd538356e7f618e2bb1573ed586a3d8 Mon Sep 17 00:00:00 2001 From: Damian <0xev0r0x@gmail.com> Date: Fri, 13 Feb 2026 13:13:06 +0100 Subject: [PATCH] Update unauthenticated_note_how_to.md --- docs/src/rust-client/unauthenticated_note_how_to.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/rust-client/unauthenticated_note_how_to.md b/docs/src/rust-client/unauthenticated_note_how_to.md index 02902a3..8ab0210 100644 --- a/docs/src/rust-client/unauthenticated_note_how_to.md +++ b/docs/src/rust-client/unauthenticated_note_how_to.md @@ -178,7 +178,7 @@ async fn main() -> Result<(), ClientError> { println!("\n[STEP 2] Creating new accounts"); let mut accounts = vec![]; - let number_of_accounts = 2; + let number_of_accounts = 10; for i in 0..number_of_accounts { let mut init_seed = [0_u8; 32];