hyperledger-labs / fabric-smart-client

The Fabric Smart Client is a new Fabric Client that lets you focus on the business processes and simplifies the development of Fabric-based distributed application.
Apache License 2.0
51 stars 52 forks source link

Fix error shadowing in fabric state service #674

Closed mbrandenburger closed 2 months ago

mbrandenburger commented 2 months ago

The error handling of rwSet.GetReadAt overrides the original error that results in returning a wrapped nil error.