From c72ff1fb0ed13d6cb3f49482d23bb93c38faaa94 Mon Sep 17 00:00:00 2001 From: tg977 Date: Thu, 9 Mar 2017 14:40:02 -0500 Subject: [PATCH] Update chaincode_example02.go --- chaincode/chaincode_example02.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}