Skip to content

Commit

Permalink
L1 --history-mode full
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsereda committed May 15, 2024
1 parent 5c25dee commit f42e513
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
octez-node run --rpc-addr=0.0.0.0:8732 --allow-all-rpc 0.0.0.0 --history-mode full
}

run_node() {
Expand Down

0 comments on commit f42e513

Please sign in to comment.