fix typo in the text of exception (#114)

This commit is contained in:
Andrey Rezvov
2020-12-10 20:21:28 +03:00
parent c29de82e86
commit b59c5002ed

View File

@@ -68,7 +68,7 @@ class STArray extends SerializedType {
return new STArray(Buffer.concat(bytes)); return new STArray(Buffer.concat(bytes));
} }
throw new Error("Cannot construct Currency from value given"); throw new Error("Cannot construct STArray from value given");
} }
/** /**