We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53121f commit f7288ebCopy full SHA for f7288eb
1 file changed
TUTORIAL.md
@@ -97,7 +97,7 @@ const util = require('util');
97
/**
98
* Support the Updating of values within the SmartContract
99
*/
100
-class UpdateValues extends Contract
+class UpdateValues extends Contract{
101
102
constructor(){
103
super('UpdateValuesContract');
0 commit comments