Skip to content

Commit fcf3c01

Browse files
authored
Update unauthenticated_note_how_to.md
1 parent 7d5de87 commit fcf3c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/rust-client/unauthenticated_note_how_to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ async fn main() -> Result<(), ClientError> {
178178
println!("\n[STEP 2] Creating new accounts");
179179

180180
let mut accounts = vec![];
181-
let number_of_accounts = 2;
181+
let number_of_accounts = 10;
182182

183183
for i in 0..number_of_accounts {
184184
let mut init_seed = [0_u8; 32];

0 commit comments

Comments
 (0)