Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Fix e2e tests transactions setup instructions
Browse files Browse the repository at this point in the history
apparently, I cannot send multiple transactions with the same amount and recipient.
  • Loading branch information
slaweet authored Mar 13, 2017
1 parent 0ff34fc commit 5f2391c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Make sure there are some transactions on the master account so we can test they
```
for i in {1..20}
do
curl -k -H "Content-Type: application/json" -X PUT -d '{"secret":"wagon stock borrow episode laundry kitten salute link globe zero feed marble","amount":1,"recipientId":"537318935439898807L"}' http://localhost:4000/api/transactions
curl -k -H "Content-Type: application/json" -X PUT -d '{"secret":"wagon stock borrow episode laundry kitten salute link globe zero feed marble","amount":'"$i"',"recipientId":"537318935439898807L"}' http://localhost:4000/api/transactions; echo ''
done
```

Expand Down

0 comments on commit 5f2391c

Please sign in to comment.