Commit 4d83cdf David Geng
committed
1 parent d0413a6 commit 4d83cdf Copy full SHA for 4d83cdf
File tree 2 files changed +8
-0
lines changed
asset_management_with_roles
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ import (
32
32
"github.com/hyperledger/fabric/core/chaincode/shim/crypto/attr"
33
33
"github.com/hyperledger/fabric/core/container"
34
34
"github.com/hyperledger/fabric/core/crypto"
35
+ "github.com/hyperledger/fabric/core/db"
35
36
"github.com/hyperledger/fabric/core/ledger"
36
37
"github.com/hyperledger/fabric/core/util"
37
38
"github.com/hyperledger/fabric/membersrvc/ca"
@@ -524,6 +525,9 @@ func setup() {
524
525
}
525
526
526
527
removeFolders ()
528
+
529
+ // Start db
530
+ db .Start ()
527
531
}
528
532
529
533
func initMembershipSrvc () {
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ import (
31
31
"github.com/hyperledger/fabric/core/chaincode/shim/crypto/attr"
32
32
"github.com/hyperledger/fabric/core/container"
33
33
"github.com/hyperledger/fabric/core/crypto"
34
+ "github.com/hyperledger/fabric/core/db"
34
35
"github.com/hyperledger/fabric/core/ledger"
35
36
"github.com/hyperledger/fabric/core/util"
36
37
"github.com/hyperledger/fabric/membersrvc/ca"
@@ -361,6 +362,9 @@ func setup() {
361
362
}
362
363
363
364
removeFolders ()
365
+
366
+ // Start db
367
+ db .Start ()
364
368
}
365
369
366
370
func initMembershipSrvc () {
You can’t perform that action at this time.
0 commit comments