diff --git a/config/config.go b/config/config.go index d8d25e504..982d26892 100644 --- a/config/config.go +++ b/config/config.go @@ -584,7 +584,7 @@ func DefaultRPCConfig() *RPCConfig { TLSCertFile: "", TLSKeyFile: "", - DiscardABCIResponses: true, + DiscardABCIResponses: false, } }