diff options
-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 |