CoinsViewOptions

Tunable options for the on-disk coins (UTXO) view database.

Synopsis

Declared in <txdb.h>

struct CoinsViewOptions;

Data Members

NameDescription
batch_write_bytes Maximum database write batch size in bytes.
simulate_crash_ratio If non-zero, randomly exit when the database is flushed with (1/ratio) probability.