Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(connector-fabric): decode blocks in getTransactionReceiptByTxID()
Since commit 8c030ae we have to manually decode the protocol buffer block data because the querySystemChainCode() does not do it for us by default anymore. This was causing some type-checks to fail in getTransactionReceiptByTxID() which were explicitly guarding against receiving `Buffer`s as responses but now the only thing we receive from the query system chain code method is exactly `Buffer` type objects. Signed-off-by: Peter Somogyvari <[email protected]>
- Loading branch information