mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-03 10:32:05 +00:00
e2e: use more simple strings for generated transactions (#7513)
This commit is contained in:
@@ -64,7 +64,7 @@ type Manifest struct {
|
||||
QueueType string `toml:"queue_type"`
|
||||
|
||||
// Number of bytes per tx. Default is 1kb (1024)
|
||||
TxSize int64
|
||||
TxSize int
|
||||
|
||||
// ABCIProtocol specifies the protocol used to communicate with the ABCI
|
||||
// application: "unix", "tcp", "grpc", or "builtin". Defaults to builtin.
|
||||
|
||||
@@ -70,7 +70,7 @@ type Testnet struct {
|
||||
KeyType string
|
||||
Evidence int
|
||||
LogLevel string
|
||||
TxSize int64
|
||||
TxSize int
|
||||
ABCIProtocol string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user