Skip to content

Commit

Permalink
ref: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfertel committed May 31, 2024
1 parent 733084e commit bb7d586
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion lib/e2e/src/deploy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ pub async fn deploy(
// fine for now since we only use this function in our tests, but if we
// publish this as a crate, we need to account for the other cases.
let manifest_dir = get_workspace_root()?;
// Fine to unwrap here, otherwise a bug in `cargo`.
let wasm_path: PathBuf = manifest_dir.join(format!(
"target/wasm32-unknown-unknown/release/{contract_name}.wasm"
));
Expand Down
3 changes: 1 addition & 2 deletions scripts/nitro-testnode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,14 @@ do
esac
done

TEST_NODE_DIR="$MYDIR/../nitro-testnode"
TEST_NODE_DIR="$MYDIR/nitro-testnode"
if [ ! -d "$TEST_NODE_DIR" ]; then
HAS_INIT=true
fi

if $HAS_INIT
then
cd "$MYDIR" || exit
cd ..
# clone nitro test node repo
git clone -b stylus --recurse-submodules https://github.com/OffchainLabs/nitro-testnode.git
cd ./nitro-testnode || exit
Expand Down

0 comments on commit bb7d586

Please sign in to comment.