pub static CUPRATE_TXPOOL_DIR: LazyLock<PathBuf>
Expand description
Cuprate’s transaction pool directory.
This is the PATH used for any Cuprate txpool files.
OS | PATH |
---|---|
Windows | C:\Users\Alice\AppData\Roaming\Cuprate\txpool\ |
macOS | /Users/Alice/Library/Application Support/Cuprate/txpool/ |
Linux | /home/alice/.local/share/cuprate/txpool/ |