diff --git a/chaincode/chaincode_example02.go b/chaincode/chaincode_example02.go index b664430..7a89b4f 100644 --- a/chaincode/chaincode_example02.go +++ b/chaincode/chaincode_example02.go @@ -15,6 +15,7 @@ software distributed under the License is distributed on an KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. +MDIFIED FILE */ package main @@ -225,4 +226,4 @@ func main() { if err != nil { fmt.Printf("Error starting Simple chaincode: %s", err) } -} \ No newline at end of file +}