Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
defihq authored and janrockdev committed Dec 21, 2021
1 parent c1a4411 commit 49f279f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chaincode.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"log"

"github.com/hyperledger/fabric-contract-api-go/contractapi"
"github.com/janrockdev/simplecontract/chaincode"
"github.com/janrockdev/simple-contract/chaincode"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/janrockdev/simplecontract
module github.com/janrockdev/simple-contract

go 1.17

Expand Down

0 comments on commit 49f279f

Please sign in to comment.