Skip to content

Commit

Permalink
update import
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxifun committed Nov 13, 2020
1 parent dbfb022 commit 8ddb514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chaincode/go/bsnBaseCC/bsnchaincode/chaincode.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package bsnchaincode

import (
"bsnBaseCC/models"
"bsnBaseCC/utils"
"encoding/json"
"errors"
"fmt"
"github.com/BSNDA/FabricBaseChaincode/chaincode/go/bsnBaseCC/models"
"github.com/BSNDA/FabricBaseChaincode/chaincode/go/bsnBaseCC/utils"
"github.com/hyperledger/fabric/core/chaincode/shim"
"github.com/hyperledger/fabric/protos/peer"
strings2 "strings"
Expand Down

0 comments on commit 8ddb514

Please sign in to comment.