Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/rust-client/unauthenticated_note_how_to.md
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down