You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we check if a transaction failed by checking for the REJECT value on response.op, but I noticed that it is also possible to get a REQNACK response if you try to write something to the ledger while that did is not registered on the ledger.
Currently we check if a transaction failed by checking for the
REJECT
value on response.op, but I noticed that it is also possible to get aREQNACK
response if you try to write something to the ledger while that did is not registered on the ledger.See logs for more info
Link: https://github.com/hyperledger/aries-framework-javascript/blob/beff6b0ae0ad100ead1a4820ebf6c12fb3ad148d/packages/core/src/modules/ledger/IndyPool.ts#L122
The text was updated successfully, but these errors were encountered: