From 5dd20837ea54b6e5fec93c4f4f78e2457604b6fd Mon Sep 17 00:00:00 2001 From: Christopher Schuchardt Date: Sun, 1 Sep 2024 18:36:35 -0400 Subject: [PATCH] Revert `Neo.CLI` Configuation file --- src/Neo.CLI/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Neo.CLI/config.json b/src/Neo.CLI/config.json index ccce32d36c..772a221714 100644 --- a/src/Neo.CLI/config.json +++ b/src/Neo.CLI/config.json @@ -6,7 +6,7 @@ "Active": false }, "Storage": { - "Engine": "MemoryStore", + "Engine": "LevelDBStore", "Path": "Data_LevelDB_{0}" }, "P2P": {