update to discard abci responses

This commit is contained in:
Sam Ricotta
2022-07-26 10:41:18 +02:00
parent 7bc6d89bac
commit 7479f112f0

View File

@@ -584,7 +584,7 @@ func DefaultRPCConfig() *RPCConfig {
TLSCertFile: "",
TLSKeyFile: "",
DiscardABCIResponses: true,
DiscardABCIResponses: false,
}
}