TestStorageConfig returns storage configuration that can be used for testing.
()
| 1100 | // TestStorageConfig returns storage configuration that can be used for |
| 1101 | // testing. |
| 1102 | func TestStorageConfig() *StorageConfig { |
| 1103 | return &StorageConfig{ |
| 1104 | DiscardABCIResponses: false, |
| 1105 | } |
| 1106 | } |
| 1107 | |
| 1108 | // ----------------------------------------------------------------------------- |
| 1109 | // TxIndexConfig |