Skip to content

Commit

Permalink
feat(iroha-testnet): Add REJECT check for transactions to setup-iroha…
Browse files Browse the repository at this point in the history
…-wallet.sh script in iroha-testnet

Signed-off-by: Takeshi Yonezu <[email protected]>
  • Loading branch information
tkyonezu authored and takeutak committed Jun 15, 2021
1 parent 2202830 commit cf60ec0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ EOF
echo
cat /tmp/st | grep "error" | sed 's/^>.*: //'
break
elif cat /tmp/st | grep -q "rejected"; then
echo
cat /tmp/st | grep "rejected" | sed 's/^>.*: //'
break
fi
sleep 1
echo -n "."
Expand Down

0 comments on commit cf60ec0

Please sign in to comment.