Skip to content

Commit dcaa22b

Browse files
committed
Fix the renaming of metadata pkg
Fix #FAB-1487 Change-Id: I394078c4186a4c87b95b0177576eb2009b47c027 Signed-off-by: Baohua Yang <[email protected]>
1 parent defb65b commit dcaa22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/util/utils.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
"strings"
2626
"time"
2727

28-
"github.com/hyperledger/fabric/metadata"
28+
"github.com/hyperledger/fabric/common/metadata"
2929

3030
"github.com/golang/protobuf/ptypes/timestamp"
3131
"golang.org/x/crypto/sha3"

0 commit comments

Comments
 (0)