Skip to content

Commit

Permalink
fix(octez): add permissive ACL to octez-smart-rollup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyob committed Mar 20, 2024
1 parent 5c80b80 commit 303c020
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/octez/src/rollup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ impl OctezRollupNode {
addr,
"--rpc-port",
&port.to_string(),
"--acl-override",
"allow-all",
])
.args(options)
.spawn()?)
Expand Down

0 comments on commit 303c020

Please sign in to comment.