Practical notes on Enterprise software systems and the economics of software.
...by Daniel Szego
"On a long enough timeline we will all become Satoshi Nakamoto.."
Daniel Szego
Thursday, August 1, 2019
Hyperledger Fabric tips and tricks - chaincode log ID
If you log your chaincode activity, like with the help of a standard logger, it is always a good idea to know for which call was your log message generated. You can use the getTxId() function call to log the transaction ID for you message.