From 68e2e65cb2d1d3f204c098d2f2f9e8b1538722cb Mon Sep 17 00:00:00 2001 From: bizk Date: Tue, 9 Jan 2024 20:33:38 -0300 Subject: [PATCH] fixed makefile message --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 19137d1..f6a4d0d 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ test: test-rosetta-ci: sh ./scripts/simapp-start-node.sh & - go mod tidy && make build && make plugin + make build && make plugin ./rosetta --blockchain "cosmos" --network "cosmos" --tendermint "tcp://localhost:26657" --addr "localhost:8080" --grpc "localhost:9090" & sleep 30 export SIMD_BIN=./cosmos-sdk/build/simd && chmod +x ./tests/rosetta-cli/data.sh && sh ./tests/rosetta-cli/data.sh