Skip to content

Commit

Permalink
Replace check_ametsuchi with issue_transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
MizukiSonoko committed May 3, 2017
1 parent 3aa81b2 commit 765139a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
docker-compose scale iroha=4
IP=$(docker inspect --format "{{ .NetworkSettings.Networks.iroha_private.IPAddress }}" $(docker ps -lq))
docker run --rm -it hyperledger/iroha-docker sh -c "/iroha/bin/check_ametsuchi publicKey localhost"
docker run --rm -it hyperledger/iroha-docker sh -c "/iroha/bin/issue_transaction"
docker stop $(docker ps -qln 4)
docker rm $(docker ps -qln 4)
Expand Down

0 comments on commit 765139a

Please sign in to comment.