Skip to content

Commit

Permalink
Merge pull request #853 from kaleido-io/contracts
Browse files Browse the repository at this point in the history
Restore FireFly contract version, update UI version
  • Loading branch information
peterbroadhurst authored Jun 7, 2022
2 parents 0b6c289 + 5de6c35 commit fec325c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
}
},
"ui": {
"tag": "v1.0.1",
"release": "v1.0.1"
"tag": "v1.1.0-alpha.1",
"release": "v1.1.0-alpha.1"
},
"cli": {
"tag": "v1.0.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ contract Firefly {
}

function networkVersion() public pure returns (uint8) {
return 2;
return 1;
}
}
2 changes: 1 addition & 1 deletion smart_contracts/fabric/firefly-go/chaincode/contract.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ func (s *SmartContract) PinBatch(ctx contractapi.TransactionContextInterface, na
}

func (s *SmartContract) NetworkVersion() int {
return 2
return 1
}

0 comments on commit fec325c

Please sign in to comment.