Skip to content

Commit

Permalink
smartbft transfer to hyperledger labs
Browse files Browse the repository at this point in the history
Signed-off-by: Fedor Partanskiy <[email protected]>
  • Loading branch information
pfi79 authored and denyeart committed Mar 14, 2024
1 parent d656ae1 commit 257277f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/metrics/gendoc/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func FileOptions(f *ast.File) ([]interface{}, error) {
continue
}
if imports[ident.Name] != "github.com/hyperledger/fabric-lib-go/common/metrics" &&
imports[ident.Name] != "github.com/SmartBFT-Go/consensus/pkg/metrics" {
imports[ident.Name] != "github.com/hyperledger-labs/SmartBFT/pkg/metrics" {
continue
}
option, err := createOption(literalType)
Expand Down

0 comments on commit 257277f

Please sign in to comment.