From 25d021b7869dbae2ec8d05714c0355d4f6e95d80 Mon Sep 17 00:00:00 2001 From: bellaj Date: Tue, 1 Feb 2022 19:18:47 +0100 Subject: [PATCH] add missing bracket --- TUTORIAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TUTORIAL.md b/TUTORIAL.md index 15d6fcac2..486f955e7 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -97,7 +97,7 @@ const util = require('util'); /** * Support the Updating of values within the SmartContract */ -class UpdateValues extends Contract +class UpdateValues extends Contract{ constructor(){ super('UpdateValuesContract');