Skip to content

Commit

Permalink
Change number of initial accounts to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
m-Peter committed Sep 27, 2023
1 parent 94f4688 commit 8ca44d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/emulator_backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const helperFilePrefix = "\x00helper/"

// The number of predefined accounts that are created
// upon initialization of EmulatorBackend.
const initialAccountsNumber = 25
const initialAccountsNumber = 10

var _ stdlib.Blockchain = &EmulatorBackend{}

Expand Down

0 comments on commit 8ca44d1

Please sign in to comment.