-
Notifications
You must be signed in to change notification settings - Fork 296
iroha-cli reuse transaction json file #2054
Comments
Can you please sent the JSON file please so we could check? |
{ |
Also please explain, how to get transaction status, if I send it in this way(./iroha-cli --json_transaction tx.json), because I only get this info in file: [2019-01-25 12:58:00.782684053][th:612][info] CLI-MAIN Send transaction to 0.0.0.0:50051 no transaction hash or another info to check transaction status. Also I dont see this transaction hash and status in tx_status_by_hash table after conect to postgres |
Sorry it took so long. Seems like there is a problem with CLI in regards to JSON. This functionality was not updated unfortunately, since CLI is not used as a full production-ready component. |
Hi, I use this command:
./iroha-cli --json_query query.json
with query file, and this command works only for first time, after it I have
QueryResponseHandler Query is stateless invalid
error. What should I do, to reuse this .json file with second query, If it’s posible?
The text was updated successfully, but these errors were encountered: