Skip to content

Commit

Permalink
e2e: light nodes should use builtin abci app (#7095) (#7096)
Browse files Browse the repository at this point in the history
(cherry picked from commit befd669)

Co-authored-by: Sam Kleinman <garen@tychoish.com>
  • Loading branch information
mergify[bot] and tychoish committed Oct 9, 2021
1 parent 9f13b9b commit 1dfb345
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/pkg/testnet.go
Expand Up @@ -170,6 +170,9 @@ func LoadTestnet(file string) (*Testnet, error) {
if nodeManifest.Mode != "" {
node.Mode = Mode(nodeManifest.Mode)
}
if node.Mode == ModeLight {
node.ABCIProtocol = ProtocolBuiltin
}
if nodeManifest.Database != "" {
node.Database = nodeManifest.Database
}
Expand Down

0 comments on commit 1dfb345

Please sign in to comment.