mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 04:05:52 +00:00
fix typo in the text of exception (#114)
This commit is contained in:
@@ -68,7 +68,7 @@ class STArray extends SerializedType {
|
||||
return new STArray(Buffer.concat(bytes));
|
||||
}
|
||||
|
||||
throw new Error("Cannot construct Currency from value given");
|
||||
throw new Error("Cannot construct STArray from value given");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user