hyperledger-cacti / cacti

Hyperledger Cacti is a new approach to the blockchain interoperability problem
https://wiki.hyperledger.org/display/cactus
Apache License 2.0
344 stars 286 forks source link

test(connector-fabric): fix rename type to responseType getBlockV1() #3415

Closed petermetz closed 4 months ago

petermetz commented 4 months ago

The system chaincode query method's returns were not decoded correctly because the test request assembling code was not updated to call the responseType as such (old name was type)

Signed-off-by: Peter Somogyvari peter.somogyvari@accenture.com

Pull Request Requirements

Character Limit

A Must Read for Beginners For rebasing and squashing, here's a must read guide for beginners.