feat: write pruning config if --full is present (#7938)

This commit is contained in:
Darshan Kathiriya
2024-05-02 05:32:46 -04:00
committed by GitHub
parent 4f002f6ef1
commit bb7f1135d0
5 changed files with 95 additions and 5 deletions

View File

@ -24,7 +24,9 @@ humantime-serde.workspace = true
# crypto
secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recovery"] }
[dev-dependencies]
# toml
confy.workspace = true
[dev-dependencies]
tempfile.workspace = true
toml.workspace = true