drk: introduced sled cache

This commit is contained in:
skoupidi
2025-06-03 15:01:43 +03:00
parent 1af99477b1
commit 4eca3e248d
7 changed files with 137 additions and 2 deletions

View File

@@ -11,6 +11,9 @@ network = "localnet"
# Localnet blockchain network configuration
[network_config."localnet"]
# Path to blockchain cache database
cache_path = "drk/cache"
# Path to wallet database
wallet_path = "drk/wallet.db"