iroha-javascript icon indicating copy to clipboard operation
iroha-javascript copied to clipboard

Producing a pending transaction will not give any output, which results in a non-terminating condition

Open hanxu12 opened this issue 4 years ago • 0 comments

I tried to produce a pending transaction. (Below is the case when we have quorum == 2, but only request the command with 1 private key.) photo_2021-07-19_21-33-08 It has been successfully produced if I check it via getpendingTransaction(). photo_2021-07-19_21-45-42 However, the thing here is that (See figure 1 again) it does not give any output. The code is stuck and unable for us to execute any new lines of code.

hanxu12 avatar Jul 26 '21 23:07 hanxu12