ledger-tool can now load a ledger snapshot (#6730)

This commit is contained in:
Michael Vines
2019-11-04 22:54:56 -07:00
committed by GitHub
parent 787096f503
commit 1f4222092a
8 changed files with 122 additions and 56 deletions

View File

@@ -216,7 +216,7 @@ maybe_deploy_software() {
(
echo "--- net.sh restart"
set -x
time net/net.sh restart --skip-setup -t "$CHANNEL_OR_TAG" --skip-ledger-verify "$arg"
time net/net.sh restart --skip-setup -t "$CHANNEL_OR_TAG" --skip-poh-verify "$arg"
) || ok=false
if ! $ok; then
net/net.sh logs