Skip to content

Commit

Permalink
explains the usage of TxClients
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 committed May 9, 2024
1 parent c3b5b56 commit 3044f70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/e2e/testnet/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ type Manifest struct {
TestDuration time.Duration
// Number of validators in the testnet
Validators int
TxClients int
// Number of tx clients (txsim for now) in the testnet; there will be 1 txclient per validator
// if TXClients is less than Validators, the remaining validators will not have any txclients
TxClients int
// Self-delegation amount for validators
SelfDelegation int64
// CelestiaAppVersion a specific version of the celestia-app container image within celestiaorg repository on GitHub's Container Registry i.e., https://github.com/celestiaorg/celestia-app/pkgs/container/celestia-app
Expand Down

0 comments on commit 3044f70

Please sign in to comment.