Skip to content

Commit

Permalink
Fix ledger var (#1855)
Browse files Browse the repository at this point in the history
fix ledger var
  • Loading branch information
philipsu522 committed Sep 24, 2024
1 parent 4890dcc commit 2500929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/localnode/scripts/step0_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARCH=$(uname -m)
# Build seid
echo "Building seid from local branch"
git config --global --add safe.directory /sei-protocol/sei-chain
LEDGER_ENABLED=false
export LEDGER_ENABLED=false
make clean
make build-linux
make build-price-feeder-linux
Expand Down

0 comments on commit 2500929

Please sign in to comment.