diff options
author | Ben Westgate <73506583+BenWestgate@users.noreply.github.com> | 2024-03-25 01:39:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-25 01:39:22 -0500 |
commit | 416b9d9427c017fe7eb2975ca76f6a89ba24ab58 (patch) | |
tree | 1d38ca04aca7380051e1976996fd724a44b3d363 /doc/design | |
parent | c1223188e0a5fb11c3a1b9224511a49dc2f848ed (diff) |
correct '-dbcache' to '-prune'
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/assumeutxo.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/assumeutxo.md b/doc/design/assumeutxo.md index f527ac0f2d..a4980729d0 100644 --- a/doc/design/assumeutxo.md +++ b/doc/design/assumeutxo.md @@ -16,7 +16,7 @@ load it. A pruned node can load a snapshot. To save space, it's possible to delete the snapshot file as soon as `loadtxoutset` finishes. -The minimum `-dbcache` setting is 550 MiB, but this functionality ignores that +The minimum `-prune` setting is 550 MiB, but this functionality ignores that minimum and uses at least 1100 MiB. As the background sync continues there will be temporarily two chainstate |