Skip to content

Commit

Permalink
fix: interactive mode (#11)
Browse files Browse the repository at this point in the history
fixed interactive mode when no key is enabled on the node.

- the set can be deployed on btp.
- the middleware indexes transactions as expected.
  • Loading branch information
bl0up authored May 22, 2024
1 parent c3e3e8b commit 4f61f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ deploy-btp:
else \
echo "\033[1;33mWARNING: No keys are activated on the node, falling back to interactive mode...\033[0m"; \
echo ""; \
args="--interactive"; \
args="--interactives 1 --broadcast"; \
fi; \
if [ ! -z "$${BTP_GAS_PRICE}" ]; then \
args="$$args --gas-price $${BTP_GAS_PRICE}"; \
Expand Down

0 comments on commit 4f61f9c

Please sign in to comment.