There was an error while loading. Please reload this page.
1 parent 191a011 commit 8a9a5adCopy full SHA for 8a9a5ad
1 file changed
token/services/network/fabricx/tms/submitter.go
@@ -15,10 +15,10 @@ import (
15
"github.com/hyperledger-labs/fabric-smart-client/platform/fabric/core/generic/fabricutils"
16
"github.com/hyperledger-labs/fabric-smart-client/platform/fabric/core/generic/transaction"
17
cb "github.com/hyperledger/fabric-protos-go-apiv2/common"
18
+ mspprotos "github.com/hyperledger/fabric-protos-go-apiv2/msp"
19
"github.com/hyperledger/fabric-x-common/api/applicationpb"
20
"github.com/hyperledger/fabric-x-common/api/msppb"
21
"github.com/hyperledger/fabric-x-common/protoutil"
- mspprotos "github.com/hyperledger/fabric-protos-go-apiv2/msp"
22
)
23
24
// Submitter models a transaction submitter.
0 commit comments