hyperledger / fabric-admin-sdk

Fabric SDK for Admin Capability services
Apache License 2.0
31 stars 19 forks source link

Use SubmitWithContext to simplify call to chaincode approve #82

Closed bestbeforetoday closed 1 year ago

bestbeforetoday commented 1 year ago

While updating dependencies, removed direct dependency on github.com/pkg/errors since all the necessary capability is provided by the Go standard libraries.