Skip to content

Commit

Permalink
Revert " L1 --history-mode full"
Browse files Browse the repository at this point in the history
This reverts commit f42e513.
  • Loading branch information
igorsereda committed May 15, 2024
1 parent f42e513 commit b37cefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/etherlink/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ run_octez_node() {
octez-node snapshot import /snapshot
fi

octez-node run --rpc-addr=0.0.0.0:8732 --allow-all-rpc 0.0.0.0 --history-mode full
octez-node run --rpc-addr=0.0.0.0:8732 --allow-all-rpc 0.0.0.0
}

run_node() {
Expand Down

0 comments on commit b37cefb

Please sign in to comment.