mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
Merge branch 'develop' into unfunded-orders
This commit is contained in:
@@ -612,7 +612,7 @@ Transaction.prototype.addMemo = function(type, data) {
|
||||
}
|
||||
|
||||
if (!/(undefined|string)/.test(typeof data)) {
|
||||
throw new Error('MemoData must be string');
|
||||
throw new Error('MemoData must be a string');
|
||||
}
|
||||
|
||||
function toHex(str) {
|
||||
|
||||
Reference in New Issue
Block a user