Skip to content

Commit

Permalink
mmm
Browse files Browse the repository at this point in the history
  • Loading branch information
11090815 committed Jan 23, 2024
1 parent a00fcc0 commit aa4cf4f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion chaincode/cc_impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func (s *DSCABS) Access(ctx contractapi.TransactionContextInterface, userID stri
return false, err
}

s.logger.Debugf("恭喜用户“%s”成功通过权限检查,具有访问智能合约“%s”的接口“%s”的权利~~~", functionName, userID, functionName)
s.logger.Debugf("恭喜用户“%s”成功通过权限检查,具有访问智能合约“%s”的接口“%s”的权利~~~", userID, contractName, functionName)

return ok, nil
}
Expand Down
28 changes: 14 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module github.com/11090815/dscabs

go 1.16

require (
github.com/hyperledger/fabric v2.1.1+incompatible
github.com/hyperledger/fabric-contract-api-go v1.1.0
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.8.2
github.com/sykesm/zap-logfmt v0.0.2 // indirect
github.com/tjfoc/gmsm v1.4.1
go.uber.org/zap v1.14.1 // indirect
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee
)
module github.com/11090815/dscabs

go 1.16

require (
github.com/hyperledger/fabric v2.1.1+incompatible
github.com/hyperledger/fabric-contract-api-go v1.1.0
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.8.2
github.com/sykesm/zap-logfmt v0.0.2 // indirect
github.com/tjfoc/gmsm v1.4.1
go.uber.org/zap v1.14.1 // indirect
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee
)

0 comments on commit aa4cf4f

Please sign in to comment.