Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions testnet-single-node-deploy/regtest-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ NU5 = 1
NU6 = 1
NU7 = 1

# This section may be omitted if a persistent Regtest chain state is desired
# Persist state to EFS volume
[state]
ephemeral = true
ephemeral = false
cache_dir = "/persistent"

# This section may be omitted if it's not necessary to send transactions to Zebra's mempool
[rpc]
Expand Down