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 befd669794af282733ecccabb50d3f18de154c61)

Co-authored-by: Sam Kleinman <[email protected]>
  • Loading branch information
tnasu and tychoish committed Feb 10, 2022
1 parent ce4c5f7 commit 401a2e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/pkg/testnet.go
Original file line number Diff line number Diff line change
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 401a2e0

Please sign in to comment.