Skip to content

Commit

Permalink
solved typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 11, 2023
1 parent ddc5792 commit 9035e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rosetta-cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- name: review
run: cat ./pluigins/cosmos-hub/main.go
run: cat ./plugins/cosmos-hub/main.go
- name: Build Rosetta
run: make rosetta && make plugin && ./rosetta --blockchain "cosmos" --network "cosmos" --tendermint "tcp://localhost:26657" --addr "localhost:8080" --grpc "localhost:9090 &"
run-rosetta-cli-tests:
Expand Down

0 comments on commit 9035e83

Please sign in to comment.